Expression
↔ single line of Code to evalute to a Value
aka Expressions
References
return
↔ JS Keyword to specify a single Variable/Expression output from functionsetInterval()
↔ to call function or evaluate Expression, repeatedly at specific intervalssetTimeout()
↔ to execute function (or Expression), once after timer expiresLexical
↔ of relating to words (Expressions or Variables)Computed Enum Member
↔ Enum Member initialized via arbitrary ExpressionConstant Enum Member
↔ Enum Member initialized via Expression, result computed at Compile Timevoid
↔ JS Operator to evalute Operand as Expression & returnundefined
Template Literal
↔ JS Syntax to Declarestring
via${}
String Interpolation
↔ JS Syntax to insert value Expression intostring
/Array