es6 template literals Flashcards
1
Q
What is the syntax for writing a template literal?
A
use ` instead of ‘ or “
2
Q
What is “string interpolation”?
A
Substitution of variable values into string
LFZ Quiz Questions > es6 template literals > Flashcards
What is the syntax for writing a template literal?
use ` instead of ‘ or “
What is “string interpolation”?
Substitution of variable values into string