Array JavaScript Tutorial

The shift() method deletes and returns the first element of the array.
Once deleted, all the remaining elements are shifted down one spot.
The first position is filled by the element that was previously in the second position.