let vs const vs var : Usually you want let . If you want to forbid assignment to this variable, you can use const .
確定! 回上一頁