Skip to content

Challenge Concatenate Strings with .concat

SaintPeter edited this page · 1 revision
Clone this wiki locally

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

array = array.concat(otherArray);

Something went wrong with that request. Please try again.