concat()

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

उदाहरण

सिंटैक्स

concat(a, b)

पैरामीटर्स

a
Array:

first Array to concatenate

b
Array:

second Array to concatenate

Returns

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

संबंधित संदर्भ