Template Literal
↔ JS Syntax to Declare string
via
` to allow String Interpolation for any Expression via ${}
aka Template-String
String Interpolation
JS Syntax to insert value Expression into string
/Array
References
String.raw
↔ Tag Template Function to escape all\
in Template StringTag Template Function
↔ JS Syntax for function to parse Template Literal