JSFiddle - React, Tailwind, and code Playground

by tomprogramming

JavaScript

var x = [];

x["foo"] = 1;
console.log(x["foo"]);