JSFiddle - React, Tailwind, and code Playground

by David Underwood

JavaScript

var test = {};
test[22] = { "a": 1, "b":2 }

console.log(test[22]);
console.log(test.indexOf(22));