Reference concat()

concat()

Concatenates two arrays, maps to Array.concat(). Does not modify the input arrays.

Examples

Syntax

concat(a, b)

Parameters

a

first Array to concatenate

b

second Array to concatenate

Notice any errors or typos? Please let us know. Please feel free to edit src/utilities/array_functions.js and open a pull request!

Related References