What happens when trying to access myObject.rating after executing the following code?
const myObject = {
name: 'Frank',
age: 40
};
What happens when trying to access myObject.rating after executing the following code?
const myObject = {
name: 'Frank',
age: 40
};