JSFiddle - React, Tailwind, and code Playground by dmitri_pavlutin October 27, 2021 JavaScript const names = ['Batman', , 'Bane']; console.log(names); // logs ['Batman', empty, 'Bane']