Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the last element from an array and returns it.
arrayObj.pop( )
Remarks
The required arrayObj reference is an Array object.
If the array is empty, undefined is returned.
Requirements
Applies To: Array Object (JScript 5.6)