Literal
↔ JS Syntax to rep Code as literally written
Object Literal
JS Syntax to Declare & initiate new Object
Template Literal
JS Syntax to Declare string
via
` to allow String Interpolation for any Expression via ${}
String literal
Boolean Literal
Floating-point Literal
Numberic Literal
RegExp Literal
References
Declaration
↔ (process) to create a Variable, usually via LiteralRegExp Literal Notation
↔ Literal JS Syntax to createRegExp
, execute at Compile Time
const re = /pattern/flags;
Literal Enum Member
↔ Enum Member with Initializer either explicitly initialized vianumber
/string
Literal | omitted Initializer (implicit value)