📜  javascript 表达式 - Javascript 代码示例

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

代码示例1
An expression is any valid set of literals, variables, operators, and 
expressions that evaluates to a single value. The value may be a number, 
a string, or a logical value. Conceptually, there are two types of 
expressions: those that assign a value to a variable, and those that 
simply have a value.