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