JSFiddle - React, Tailwind, and code Playground by SHELDON PASCIAK August 07, 2023 JavaScript let a =['a']; console.log(a); a.unshift('b'); console.log(a);