JSFiddle - React, Tailwind, and code Playground by Joe Saad September 26, 2018 JavaScript const p = { name: "Joe", age: 38 } console.log(JSON.parse(JSON.stringify(p)));