Template Literals in JavaScript
Traditional String Concatenation is a Mess
Before ES6 (2015), the only way to combine strings and variables in JavaScript was using the + operator. It worked but it was painful to read and write, espe
saurabh-ravte.hashnode.dev3 min read