JSFiddle - React, Tailwind, and code Playground

by Evgeniy Kvasyuk

JavaScript

const a = {b: 3}

const b = {...a};

a.b = 3;

console.log(b);