Javascript Methods JavaScript Reference

Note:
Removes the first element in an array. 
Returns the element being removed.
    
Syntax:
    
arrayName.shift()