function createObj() { return { planet: 'Mars', star: 'Sun', galaxy: 'Milky Way' }; } let obj; // ??
obj
createObj