Microsoft Exam Questions

You have two arrays of strings, customers and employees, and you want to combine them to create a co

You have two arrays of strings, customers and employees, and you want to combine them to create a contacts array.

Which method would be most suitable for this task?

A. Concat

B. Join

C. Push

D. Splice

Explanation:

References: