1
我使用Aptana Studio 3學習JavaScript。我開始喜歡這個IDE,但它的缺點之一是,當我犯了一個錯誤類型,例如:Aptana Studio 3 - 無法檢查拼寫錯誤?
if (comfirm("are you sure ?")) // "coMfirm", the right one is "confirm"
{
alert("you answered yes");
}
else
{
alert("you answered NO");
}
然後當我點擊運行按鈕,就忽略了這個錯誤並繼續運行IDE我當前文件。我認爲這種錯誤很難被肉眼識別,這使得我的學習進度遇到很多困難。