Template Literals in JavaScript
You've been there. You're building something, and you need to put a name inside a sentence. So you write this:
const name = "Priya";
const age = 28;
const message = "Hello, my name is " + name + " an
blogs.satpal.cloud4 min read