Skip to main content

Expression ↔ single line of Code to evalute to a Value

aka Expressions

References

  1. returnJS Keyword to specify a single Variable/Expression output from function

  2. setInterval() ↔ to call function or evaluate Expression, repeatedly at specific intervals

  3. setTimeout() ↔ to execute function (or Expression), once after timer expires

  4. Lexical ↔ of relating to words (Expressions or Variables)

  5. Computed Enum MemberEnum Member initialized via arbitrary Expression

  6. Constant Enum MemberEnum Member initialized via Expression, result computed at Compile Time

  7. voidJS Operator to evalute Operand as Expression & return undefined

  8. Template LiteralJS Syntax to Declare string via ` to allow String Interpolation for any Expression via ${}

  9. String InterpolationJS Syntax to insert value Expression into string/Array