Introduced in 2015 with ECMAScript6, template literals let us dynamically construct strings of text and embedded expressions, even multi-line strings of text, in a more elegant way than concatenation. The syntax is not much different from the old one...
blog.michaelkaren.dev3 min read
Cool article. You didn't just give useful examples for tagged templates that allow us to understand them well. Thanks anyway!
Peter Thaleikis
Software Engineer and Indie Hacker
Nice, thanks for sharing!