es6-template-literals Flashcards
1
Q
What is the syntax for writing a template literal?
A
you would use backticks to wrap a string and assign it to a variable.
2
Q
What is “string interpolation”?
A
string interpolation means to substitute a part of string for variables or expressions.