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!