JSFiddle - React, Tailwind, and code Playground

by J Mac Lean

JavaScript

let array1 = ["t0","t1","t2","t3","t4","t5"];
console.log(array1);
array1.splice(0,2);
console.log(array1);