Q. Which method removes elements from an array and can insert new elements?
β
Correct Answer: (A)
splice()
Explanation: splice() can add or remove items from an array.