Template Literals in JavaScript
Let me be honest with you. The first time I saw this piece of code, I thought it was completely normal:
const name = "Ishan";
const role = "developer";
const message = "Hello, my name is " + name + "
javascript-by-ishan.hashnode.dev6 min read