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