ES6 Template Literals Flashcards
1
Q
What is the syntax for writing a template literal
A
` ${} `
2
Q
What is “string interpolation”?
A
the ability to substitute part of the string for the values of variables or expressions.
Coding > ES6 Template Literals > Flashcards
What is the syntax for writing a template literal
` ${} `
What is “string interpolation”?
the ability to substitute part of the string for the values of variables or expressions.