← Back to release summary

Template Strings (ES6)

Category
JavaScript
Type
New or changed feature
Status
Enabled by default (Chrome 41)
Intent stage
None

Summary

Template strings are string literals allowing embedded expressions.

Standards & signals

Docs: http://updates.html5rocks.com/2015/01/ES6-Template-Strings https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/template_strings https://leanpub.com/understandinges6/read/#leanpub-auto-template-strings

Samples: https://github.com/GoogleChrome/samples/tree/gh-pages/template-literals-es6

View on chromestatus.com