Removes the last element from an array and returns it.
arrayObj.pop( )
The required arrayObj reference is an Array object.
If the array is empty, undefined is returned.
Version 5.5
Applies To: Array Object (JScript 5.6)
Download Home Copyright © 2001-2024 adersοft