-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing chapter: Template strings #29
Comments
Tail call optimisations are optimisations that shouldn't impact things afaik. Map & Set are not good implement_able_ in ES5 and some features still seem problematic (IE11 does support only a few - I don't mind to miss this chapter. The number features are minor and mostly API features (no language feature). |
There is good coverage of this in https://github.com/domenic/count-to-6 (including tagged template strings) if anyone is interested. Probably dreaming here, but it would be cool if these projects could merge at some point. |
OK I will add this. |
+1, imo, this tutorial is vastly superior to the count-to-6, really the only missing thing in this that is baseline needed is the template strings for proper es6 interpolation. Other than that, this package is top notch. |
A chapter on Literals in Template strings is missing http://updates.html5rocks.com/2015/01/ES6-Template-Strings
The text was updated successfully, but these errors were encountered: