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