JSFiddle - React, Tailwind, and code Playground

by Joe Saad

JavaScript

const p = {
name: "Joe",
age: 38
}

console.log(JSON.parse(JSON.stringify(p)));