Exercise overview
Code-like lines
Practice short code-like statements.
Typing prompts
Practice text in this exercise
These are the same prompts that are loaded into the typing viewport above.
- 01
const cityName = "Lima"; const riverCount = 4; const isOpen = true;
Not completed yet - 02
if (market.open && rainLevel < 5) { routeStatus = "clear"; }
Not completed yet - 03
const totalValue = priceList[0] + priceList[1] + taxRate;
Not completed yet