# cat

Function • Concatenates arrays passed as arguments, returning a new array.


Arguments

name type description
array Array Array to concatenate.
array Array Array to concatenate.

Returns

name type description
array Array New array resulting from concatening the given arrays.