Type of item in the specified items array.
Array of items containing the item to remove.
Index of the item to remove.
Copy of the array with item at index removed. If the specified items
array is empty, returns items.
RangeError if the specified index is out of bounds.
Removes the item at the specified
indexfrom the specifieditemsarray.