javascripting
Version:
Learn JavaScript by adventuring around in the terminal.
27 lines (18 loc) • 620 B
Markdown
# 啊,有東西出錯了。
# 但是別緊張!
## 檢查你的答案:
`正確答案
===================`
%solution%
`你的答案
===================`
%attempt%
`差別
===================`
%diff%
## 其他錯誤排除:
* 你的檔名輸入正確了嗎?你可以透過 ls `%filename%` 指令來檢查。如果你看到了 ls: cannot access `%filename%`: No such file or directory 訊息,那可能就是檔案不存在、檔名不對或是在不同的資料夾裡。
* 確定你沒有省略必要的括號,否則編譯器將無法理解它們。
* 確定你在字串裡沒有打錯字。