Home Array Object Array.length Array.push()

3.2.10.3 Array.pop()

elem = array.pop();

Removes the last element from an array and returns that element.

See also: Array.push(), Array.shift(), Array.unshift()


Home Array Object Array.length Array.push()

Search

Latest news from the Forum