Template Literals in JavaScript
WHY Template Literals?
Imagine you want to print your name, age, city in old java script style where Template Literals dosen't exsist, then you are supposed to write code in this form:
//OLD js Style
java-script-basics.hashnode.dev3 min read