Which method is used to remove the last element from an array and return that element?
pop()
remove()
shift()
slice()