JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = new Array(1),
    b = Array(1);

console.log(a, b);