📜  javascript 语句 - Javascript 代码示例

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

代码示例1
// STATEMENT: Code that performs actions (generally something that ends in ";"
// example:
const str = `String assigned to str`;

// EXPRESSION: Code that produces a value
// example(s):
3 + 4
1991
true && false && false