Template Literals in JavaScript
Strings are one of the most commonly used parts of JavaScript. Before ES6 introduced template literals, developers mostly used string concatenation with the + operator. While it worked, the code often
literals.hashnode.dev3 min read