game: {
currentRound: () => {
// HOW CAN I DO THIS?
return data.game.rounds[data.currentRound];
},
rounds: []
},
currentRound: -1
};
Remember to const data =
Обсуждают сегодня