JSFiddle - React, Tailwind, and code Playground

by Alexander Lashchevsky

JavaScript

let foo = [];

foo.push(1);

console.log(foo);