0 / 60 seg.

What value is obtained when accessing myObject.age in the following code?

const myObject = {
  name: 'Eva',
  age: undefined
};