How can we save the value removed by
.pop()
?
By storing it in a variable
We can't save it,
.pop()
doesn't give us back a value
By storing it in a variable.