Which instruction do we use to remove the last element of an array?
.pop()
.push()
Make sure to pick .pop().