📜  4.3.1.使用 let 声明和初始化变量¶ - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:46.407000             🧑  作者: Mango

代码示例2
/*It is possible to declare and initialize a variable with a single line 
of code. This is the most common way to create a variable.*/

let programmingLanguage = "JavaScript";