JSFiddle - React, Tailwind, and code Playground
JavaScript
var test = {};
test[22] = { "a": 1, "b":2 }
console.log(test[22]);
console.log(test.indexOf(22));
var test = {};
test[22] = { "a": 1, "b":2 }
console.log(test[22]);
console.log(test.indexOf(22));