Search

Method concat(Array array1)

The concat() method is used to join two or more arrays. This method does not change the existing arrays, it only returns a copy of the joined arrays

Returns

Array

Arguments

Name Type Description
array1 Array Array to concat