Q. Which array method removes the first element? (A) shift() (B) pop() (C) unshift() (D) splice() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) shift() Explanation: shift() removes the first element of an array.