Removing elements from an array

When using the various methods that remove elements, we must be careful to distinguish those that mutate the array and return the removed element(s), and those that simply mutate the array.