let user = { name: "John", surname: "Smith" }; Object.defineProperty(user, \'fullName\', { value: \'J Smith\' }); for (const key in