Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Shift() Syntax, Parameters and Note

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