JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var array = [];
array.splice(0, 0, 'Hello');

console.log(array);