?
delete-at
Summary​
Removes the value at a given index within an array
Description​
Fields​
array​
An array with items to be removed.
index​
The index number of the desired item. The first item is at position 0. Negative indices indicate an offset from the end of the array. If index is out of bounds, the original Array is returned.
Helpful?