레퍼런스 concat()

concat()

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

예제

구문

concat(a, b)

매개변수

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!

관련 레퍼런스