Search
Store all of the elements from the users array in updatedUsers, excluding the object that has the value "Sam" for the name property.
users
updatedUsers
name
Note that the array users should not be mutated.