Template Literals in JavaScript
Introduction: The String Problem
When you start writing JavaScript, building strings feels straightforward. You use the + operator to glue pieces together
const name = "Purakhnath";
const msg = "Hell
purakhnath-jyani.hashnode.dev3 min read