QuestenaPractice that shows what to review next
Question 27

Which delimiter identifies a template literal and permits a line break directly inside it?

  1. Apostrophes
  2. Double quotes
  3. BackticksCorrect answer
  4. Forward slashes

Explanation

A template literal uses backtick delimiters and can contain a direct line break. Ordinary single or double quotes create strings too, but a raw line break is not admitted in those literal forms.

Continue with this test

Start practice
Question 27: Which delimiter identifies a template literal and permits a… · JavaScript Fundamentals · Questena