JSFiddle - React, Tailwind, and code Playground

JavaScript

function Array() { alert("hi"); }
var a = [ 43 ];
console.log(Array());