Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
4 lines (2 sloc) 110 Bytes

.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.