concat()

2つの配列を連結します。 Array.concat()に対応します。入力された配列は変更されません。

実例

シンタックス

concat(a, b)

パラメーター

a
Array:

連結する1つ目の配列

b
Array:

連結する2つ目の配列

リターン

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!

関連するリファレンス