Template Literals in JavaScript
When we start learning JavaScript, one of the basic things we work with is strings.
A string is a collection of characters used to store text.
For example:
let name = "Tanishka";
let city = "Nashik";
tanishkatech.hashnode.dev9 min read