Template Literals in JavaScript
If you've ever tried to build a string in JavaScript by gluing pieces together with + signs, you know how quickly it turns into a mess. Forget one quote, one +, or one space — and the whole thing brea
blog-about-web-dev.hashnode.dev5 min read