JSFiddle - React, Tailwind, and code Playground

by Harmonix Motion

JavaScript

a = [];
alert("Printing empty list: ", a);
a.push(1);
alert(a);