配列の末尾に値を追加します。 配列の長さを1つ増やします。 Array.push()にマッピングされます。
実例
シンタックス
append(array, value)
パラメーター
array
Array:
追加先の配列
value
Any:
配列に追加される値
リターン
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!