MY_FAV = 20; // MY_FAV 是7 console.log('我喜歡的數字是: ' + MY_FAV); // 嘗試重複宣告同名的常數,將會發生錯誤- Uncaught SyntaxError: Identifier 'MY_FAV' has ...
確定! 回上一頁