3.2.143 shift
shift
This function shifts the first value of the array off and returns it, shortening
the array by 1 and moving everything down. (Or up, or left, depending on how
you visualize the array list.) If there are no elements in the array, the
function returns the undefined value. If |
|