JSFiddle - React, Tailwind, and code Playground

by Ishank Dubey

JavaScript

var anobj = {test:'test'};
console.log(anobj);
anobj['test'];
anobj['test123'];

console.log(anobj);