Template Literals in Javascript
In this blog we are gonna learn about what is template literal and without template literals what are the problems.
Problem with traditional string syntax:
let name="karan"
let age=23
console.log("My
karan2op.hashnode.dev2 min read