Template Literals in JavaScript
Introduction
If you are some like me who doesn't code before ES6, then you and me who probably does not have any idea how much painful is to building strings using the + operator.
Without Template Lit
javascript-journey-by-navdeep.hashnode.dev6 min read