MCQ
Which method is used to merge two or more arrays?
JavaScript
A concat()
B merge()
C join()
D push()
Explanation

concat() is used to merge two or more arrays into a new array.