JSFiddle - React, Tailwind, and code Playground

by Ishank Dubey

JavaScript

var anObj = {};
console.log(anObj);

anObj.test = 'testVal';