zkJΞT WΞb3 & Software Engineering Home
/
...
/
Terminology & Topics
/
Template Literal
Search
Duplicate
Try Notion
Drag image to reposition
Template Literal
Template literals (Template strings) - JavaScript | MDN
ES2016 behavior As of ECMAScript 2016, tagged templates conform to the rules of the following escape sequences: Unicode escapes started by "\u", for example \u00A9 Unicode code point escapes indicated by "\u{}", for example\u{2F804} Hexadecimal escapes started by "\x", for example \xA9 Octal literal escapes started by "\0o" and followed
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
JavaScript Template Literals
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
https://www.w3schools.com/JS//js_string_templates.asp