In vanilla JavaScript, variables are declared using ' var ' keyword. In version ES6, we can define the variables using let and const ...
確定! 回上一頁