Q. Which method removes the first element from an array?
β
Correct Answer: (A)
shift()
Explanation: shift() removes the first element and shifts the remaining elements.