Removes the first element from an array and returns it.
arrayObj.shift( )
The required arrayObj reference is an Array object.
The shift method removes the first element from an array and returns it.
Version 5.5
Applies To: Array Object (JScript 5.6)
Download Home Copyright © 2001-2024 adersοft