How can we save the value removed by .pop()?

By storing it in a variableWe can't save it, .pop() doesn't give us back a value

By storing it in a variable.