The Handsome Template Literals
Published in
3 min readMar 3, 2019
--
What if we need to concatenate some strings?
ES5 forces us to approach the problem in the following way:
Such an ugly way to concatenate strings!
Thankfully, with ES6 JavaScript introduces Template Literals, which…