Remove an item from an array by matching a property and value. Returns a new array without the matched item.
The original array.
The property key to match.
The value to match.
A new array without the matched item.
Remove an item from an array by matching a property and value. Returns a new array without the matched item.