0 / 60 seg.

What happens when trying to access myObject.rating after executing the following code?

const myObject = {
  name: 'Frank',
  age: 40
};