JSFiddle - React, Tailwind, and code Playground

by Brenton Strine

JavaScript

var thing = [0];

alert(thing);
alert(thing[0]);