JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

JavaScript

var a = Array("A","B","C");

var b = a.splice(0,1);

console.log(a);