es6-template-literals Flashcards
1
Q
What is the syntax for writing a template literal?
A
const = words ${variable} words
;
2
Q
What is “string interpolation”?
A
ability to substitute part of the string for values or expressions