Search
Add { name: "Eve", age: 24 } to the list of users and store the new list in updatedUsers.
{ name: "Eve", age: 24 }
users
updatedUsers
Note that the users array should not be mutated.
For example: