Template Literals in JS
Problems with traditional string concatenation
Before ES6, if you wanted to mix variables with text, you had to use the + operator. Which was a nightmare. You’d constantly forget a space, or your code
js-blogs-aarav.hashnode.dev2 min read