JSFiddle - React, Tailwind, and code Playground

by Joe Saad

JavaScript

const p = {
  name:"Pete",
  age: 23,
  place: "Chicago, IL"
}		


alert(JSON.stringify(p))