Exercise:
Use the concat() method to concatenate girls and boys.
Syntax hint:
array1
.concat(
array2
)
Edit This Code:
See Result »
Result:
Show Answer
Correct Code:
Correct Result:
Hide Answer