Results 1 - 1 of 1

Template literals

Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. They were called "template strings" in prior editions of the ES2015 / ES6 specification.
ECMAScript6 JavaScript Template literals Template Strings