Skip to content

Challenge Manipulate Arrays With Pop

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Manipulate Arrays With pop

Another way to change the data in an array is with the .pop() function.

.pop() is used to "pop" a value off of the end of an array. We can retrieve this value by performing pop() in a variable declaration.

Any type of variable can be "popped" off of an array.

Clone this wiki locally