JSFiddle - React, Tailwind, and code Playground

by Tyriar

JavaScript

var a = {
    1: "first",
    2: "second"
}
alert(a[1]);