[This is preliminary documentation and subject to change]
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.
Applies To: Array Object