Remove multiple items from an array by matching a property against a list of values. Returns a new array without the matched items.
The original array.
The property key to match.
The list of values to remove.
A new array without the matched items.
Remove multiple items from an array by matching a property against a list of values. Returns a new array without the matched items.