Q. Which method is used to add elements at the beginning of an array?
β
Correct Answer: (B)
unshift()
Explanation: unshift() adds elements to the beginning of an array.