JSFiddle - React, Tailwind, and code Playground by pleinx December 10, 2018 JavaScript const test = [1,2,3,4,5]; test.splice(0,1); console.log(test);