Object scope

Report a typo

Where is the following object accessible?

// index.js module

const breakfast = {
    timeStart: '09:00',
    timeStart: '09:30',
    where: 'at home',
    products: ['eggs', 'coffee', 'avocado', 'veggies'],
};
Select one option from the list
___

Create a free account to access the full topic