Template Literals in JavaScript
Imagine you being a coder and you saw this following line in your code which you wrote or someone else implemented that line to your code
const message = "Hello, my name is " + name + " and I am " + a
akash-singh.hashnode.dev5 min read