Array.pop
pop — Removes the last element off an array and returns it.
Description
Array.pop()
Return values
mixed. The value that was removed.
Examples
Example #1 – pop example
pop — Removes the last element off an array and returns it.
Array.pop()
mixed. The value that was removed.