The only real difference between const and let is that const is immutable. This means once defined, you can never change its value. const num = ...
確定! 回上一頁