Predict the output.
const user = Object.freeze({ profile: { age: 20 } }) user.profile.age = 21 console.log(user.profile.age)