练习概览
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;
尚未完成