JS

JavaScript ES6 - Template literals in ES6

26.

Which of the following statements about template literals in ES6 is not true?

Template literals support escaping characters using backslashes.

Template literals cannot contain multi-line strings.

Template literals allow for string interpolation using ${expression} syntax.

Template literals are enclosed in backticks