yosuke-furukawa / tower-of-babel

Tower of babel is tour of babel
MIT License
604 stars 63 forks source link

Missing chapter: Template strings #29

Open martinheidegger opened 9 years ago

martinheidegger commented 9 years ago

A chapter on Literals in Template strings is missing http://updates.html5rocks.com/2015/01/ES6-Template-Strings

yosuke-furukawa commented 9 years ago

related #21

Yes. Actually, I have not created lots of chapters yet.

Template-String Literals will be added soon. please wait.

martinheidegger commented 9 years ago

Tail call optimisations are optimisations that shouldn't impact things afaik. Map & Set are not good implementable 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).

brenj commented 9 years ago

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.

yosuke-furukawa commented 9 years ago

OK I will add this.

NamespaceValentine commented 8 years ago

+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.