What value is obtained when accessing myObject.age in the following code?
const myObject = {
name: 'Eva',
age: undefined
};
What value is obtained when accessing myObject.age in the following code?
const myObject = {
name: 'Eva',
age: undefined
};