In JavaScript, the difference between 'let' and 'var' is that 'var' uses function scope and 'let' uses a block scope.
確定! 回上一頁