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