Array Functions
repeat
repeat
Syntax
Makes an array with the given element number of times.
delete
delete
Syntax
Deletes the element present in the array at index ix
.
reverse
reverse
Syntax
Reverses the array.
clone
clone
Syntax
Clones and returns a new array.
Last updated