Обзор упражнения
Code-like lines
Practice short code-like statements.
Тексты для печати
- 01
const cityName = "Lima"; const riverCount = 4; const isOpen = true;
Ещё не завершено - 02
if (market.open && rainLevel < 5) { routeStatus = "clear"; }
Ещё не завершено - 03
const totalValue = priceList[0] + priceList[1] + taxRate;
Ещё не завершено