Now that we've talked so much about adding values to arrays, how about we move on to removing some?

Fantastic! The pop() method removes the last value from the array. If we assign it to a variable, the variable receives the removed value.

Didn't we just use push() to add a value to the array?