pop « Array « Flash / Flex / ActionScript






1.pop() is the antithesis of push( ): it removes the last element of an array
2.Removing the Last Element of an Array: use the pop() to remove the last element from an array.
3.Use pop( ) to remove the last element or shift( ) to remove the first element.