MCQ
Which method is used to add elements at the beginning of an array?
Explanation
unshift() adds elements to the beginning of an array.
unshift() adds elements to the beginning of an array.