JSFiddle - React, Tailwind, and code Playground by WizKid81 December 10, 2020 JavaScript var x = []; x.push("test"); x[0] = "me"; console.log(x);