const is a new keyword in ES6 for declaring variables. const is more powerful than var . Once used, the variable can't be reassigned.
確定! 回上一頁