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