Skip to content

Challenge Concatenate Strings With Concat

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Concatenate Strings with .concat

.concat() can be used to merge the contents of two arrays into one.

array = array.concat(otherArray);
Clone this wiki locally