Variables are most often created using the let keyword: let x = 10; This statement creates a variable called x containing the 10 value in it.
確定! 回上一頁