When we assign pop() to a variable, the variable stores the value we're removing.

In this example, pop() is used on the colors array and the removed value "black" is stored in the color variable.