append()

Adds a value to the end of an array. Extends the length of the array by one. Maps to Array.push().

उदाहरण

सिंटैक्स

append(array, value)

पैरामीटर्स

array
Array:

Array to append

value
Any:

to be added to the Array

Returns

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

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