What does
.pop()
do?
It removes the last value of an array
It removes the first value of an array
It removes a random value of an array
It removes the last value of an array.