JSFiddle - React, Tailwind, and code Playground

by Trevor W

JavaScript

let foo = [];

foo[0] = "hello";
foo[3] = "world";

console.log(foo);