A Better Way to Work with Strings in JavaScript – Template Literals
Handling strings is one of the most common tasks in JavaScript. Earlier developers mostly depended on string concatenation using the + operator, but after ES6, JavaScript introduced Template Literals,
literals-temp-js.hashnode.dev3 min read