Features Of ES6 Part 7: Template Literals

added by JavaScript Kicks
9/22/2014 8:20:22 AM

154 Views

Template literals provide JavaScript with some basic string formatting capabilities. Just like many template technologies, template literals in JavaScript consist of literal text, and placeholders where the runtime can evaluate an expression to poke data into the text.


0 comments