JSFiddle - React, Tailwind, and code Playground
by Frank Liu
JavaScript
var x = {'name':'jo'};
var y ={...x}
console.log(x)
console.log(y)
console.log(x===y)
by Frank Liu
var x = {'name':'jo'};
var y ={...x}
console.log(x)
console.log(y)
console.log(x===y)