Fantastic! The pop() method removes the last value from the array. If we assign it to a variable, the variable receives the removed value.
pop()
Didn't we just use push() to add a value to the array?
push()