本篇會介紹ES6 新的變數宣告方式let、const 與傳統var 之間的差異。 ... Uncaught TypeError: Assignment to constant variable. let guest = 'ted'; ...
確定! 回上一頁