JSFiddle - React, Tailwind, and code Playground

by pratik24

JavaScript

var object = {};
object.first = "test";
object.second = "test2";
console.log(JSON.stringify(object));