Features of ES6 Part 8: Tagged Templates

added by Paul Wheeler
10/2/2014 1:46:04 PM

290 Views

In a previous post we looked at template literals. You might have glanced at the code in that post and thought: “gee, that’s useful”. Or, perhaps you are more the skeptical, security conscious type who thought “gee, new and easy ways to create injection vulnerabilities”. Regardless of your initial take, an even more powerful feature in ES6 is the tagged template literal.


0 comments