📅  最后修改于: 2022-03-11 15:03:46.407000             🧑  作者: Mango
/*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";