Search
Add a new property country with the value USA to the user object without mutating it and store it in a variable named updatedUser.
country
USA
user
updatedUser
Log the value of updatedUser to the console.