JSFiddle - React, Tailwind, and code Playground

by soumya gangamwar

JavaScript

const interview = {
    name: 'Devkode',
    topic: 'JavaScript',
};
let topic = interview.topic;
topic = 'CSS';
console.log(interview);