JSFiddle - React, Tailwind, and code Playground

by pleinx

JavaScript

const test = [1,2,3,4,5];

test.splice(0,1);

console.log(test);