Which method is used to remove the last element from an array in JavaScript?
shift()
pop()
splice()
slice()