ES6 introduces two new mechanisms to declare variables 'let' and 'const'. Both with block scope. ES6 has now three different ways of declaring ...
確定! 回上一頁