Returns a new array with the element at the specified index removed.
index
The array to remove the element at the index from.
The index of the element to remove.
Returns a new array with the element at the specified
indexremoved.