Use const for most variables in ES6. If you are defining a variable that is going to change its value, then use let . There is no requirement to declare ...
確定! 回上一頁