Starter · code-edit

Boolean、比較與 if...else

先看見缺口,再完成一個小修改。

本階段驗收

頁面不會替你修改檔案;請在實作檔完成後重新整理確認。

目前要處理

輸出尚無比較結果與分支。

預期看到

comparison=true、branch=eligible,且 inputType=number。

const eligible = total >= 1000;if (eligible) 顯示符合資格。

檔案清單

只在本階段資料夾內操作,避免改到其他章節。

證據:inputType=number、comparison=true、branch=eligible

前往 Checkpoint →