Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

.pop javascript

Array.prototype.pop() 

//The pop() method removes the last element from an array
//and returns that element. 

//This method changes the length of the array.
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #javascript
ADD COMMENT
Topic
Name
7+4 =