JSFiddle - React, Tailwind, and code Playground

by booktu8

JavaScript

let obj = {
  a: 1,b: 1,c:1
}

console.log(JSON.stringify(obj, , 1))