JavaScript | Modern JavaScript ES6 | Question 7

Last Updated :
Discuss
Comments

Which feature allows embedding variables inside strings?

String interpolation (#)

Template literals (````)

Spread operator (...)

String concatenation

Share your thoughts in the comments