Historically, you created a new variable using the var keyword. Modern JS includes two new ways to define variables: let and const.
確定! 回上一頁