JSFiddle - React, Tailwind, and code Playground

by mnk

JavaScript

const hehe = {hoho: 2}

const test = {hello: 1, world: [hehe]}

const copy = {...test}

alert(copy.world[0] === hehe)