JSFiddle - React, Tailwind, and code Playground

by SHELDON PASCIAK

JavaScript

let a =['a'];
console.log(a);
a.unshift('b');
console.log(a);