0 votes
in ECMAScript by
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

1 Answer

0 votes
by
multi-line string literals that support interpolation
...