Exercise:

Use the concat() method to concatenate girls and boys.

Syntax hint: array1.concat(array2)

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com