1:52
JavaScript Tips and Tricks - How To Remove first array element; insert at the beginning of an array.
VLOG
array.shift() -- remove array first element array.unshift() -- insert an element at the beginning of an array.
2:05
How to add an element to the beginning of a JavaScript Array - Kevin Chisholm Video