Excerpt | ||
---|---|---|
| ||
popElement(array) Removes and returns the last element of a list. |
Function: popElement
Removes and returns the last element of a list. Returns null if performed on an empty list.
...
Excerpt | ||
---|---|---|
| ||
popElement(array) Removes and returns the last element of a list. |
Removes and returns the last element of a list. Returns null if performed on an empty list.
...