Javascript Reference
Categories: Array

javascript Array pop( )

@March 15, 2008, 1:22 a.m.
pop( ) Firefox/Netscape/NN 4 IE 5.5(Win) ECMA 2  

  

Returns the value of the last item in an array and removes it from the array. The length of the array decreases by one.

 
Parameters

None.

 
Returned Value

Any JavaScript value.


Powered by Linode.