JSFiddle - React, Tailwind, and code Playground

by rakhi5b4

JavaScript

var test = {
	"a" : 1
};

debugger;
test["b"]= 2;