Template Literals in JavaScript
1. The Struggle: Traditional String Concatenation
Before ES6, joining strings and variables was a messy affair involving a lot of plus signs (+) and escaping quotes.
The "Quote Soup": You constantly
dskwebdev.hashnode.dev2 min read