Login
Remember
Register
Ask a Question
Template literals can be defined as _________.
0
votes
asked
Jan 21, 2020
in
ECMAScript
by
GeorgeBell
Template literals can be defined as _________.
(1)HTML with blanks to be filled in
(2)Template method arguments
(3)multi-line string literals that support interpolation
(4)function calls
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 21, 2020
by
GeorgeBell
multi-line string literals that support interpolation
...