What exactly is JavaScript Tagged Template Literal?
Before ES6(ECMAScript 2015), we have used single quotes('...') and double quotes("...") to wrap string literals. A simple example is,
var msg = "Hello, I'm Joe and my favorite color is purple";
There were limitations when we had to concatenate multi...
blog.greenroots.info9 min read
Mirwais Danish
@Danish
I was a little bit familar but I want to know in deep with this topic