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