Copy an object with spread

Make a shallow copy of user with the spread operator, then change copy.name to "Sam". The original user.name must stay "Lina".
JavaScript
Console