Find an element within the Array and remove it from the array
A function to use as input to findIndex
Optional
A replacement for the spliced element
The replacement element, the removed element, or null if no element was found.
Find an element within the Array and remove it from the array