es6-template-literals Flashcards
1
Q
What is the syntax for writing a template literal?
A
using backticks and putting expression bettween ${}
2
Q
What is “string interpolation”?
A
The ability to substitute part of a string for the values of variables and expressions