const mars = { title: 'Mars', index: 4, }; const myPlanet = { index: 0, }; // ?? console.log(myPlanet.index); // 4
// ??