(Ad, please don’t block.)

Quizzes » Template literals and tagged templates

1. Escaping (1/2)

Which of these expressions is true?

2. Escaping (2/2)

Which of these expressions is true?

3. String interpolation

const a = 'abc';
console.log(`${{a}}`);

What happens?


Correct answers: 0 out of 0