Skip to content

Instantly share code, notes, and snippets.

@tdd
Last active June 2, 2025 20:25
Show Gist options
  • Select an option

  • Save tdd/0841b940f9adc59740a9 to your computer and use it in GitHub Desktop.

Select an option

Save tdd/0841b940f9adc59740a9 to your computer and use it in GitHub Desktop.

Revisions

  1. tdd revised this gist Feb 4, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Learning and exploring ES6.md
    Original file line number Diff line number Diff line change
    @@ -8,5 +8,6 @@
    # Exploring in-depth

    * [ES6 In Depth](https://hacks.mozilla.org/category/es6-in-depth/) - A great series of articles on Mozilla Developer Network (MDN); also available [in French](https://tech.mozfr.org/tag/ES6%20en%20d%C3%A9tails) through great translation efforts.
    * [Exploring ES6](http://exploringjs.com/es6/) - Amazing free book by Axel Rauschmayer that goes into all the nitty-gritty with great example use cases.
    * [Understanding ES6](https://leanpub.com/understandinges6/read) - Excellent free book by Nicholas C. Zakas, covers everything.
    * [Exploring ES6](http://exploringjs.com/es6/) - Amazing free book by Dr. Axel Rauschmayer that goes into all the nitty-gritty with great example use cases.
    * [ES6… and beyond!](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20&%20beyond/README.md#you-dont-know-js-es6--beyond) - The latest, in-production chapter of Kyle Simpson's excellent [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) series.
  2. tdd created this gist Oct 29, 2015.
    12 changes: 12 additions & 0 deletions Learning and exploring ES6.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # Learning

    * [ES6 Katas](http://es6katas.org/) - Small, byte-size exercises to discover most aspects of ES6 features by doing interactive, online exercises. Pretty awesome.
    * [Learn ES2015](http://babeljs.io/docs/learn-es2015/) - A great part of Babel's website that takes you through examples of all supported ES6+ features
    * [ES6-Features.org](http://es6-features.org/) - Nice ES6 / ES5 comparisons of many ES6 language features
    * [ES6 Features](https://github.com/lukehoban/es6features#readme) - A single-page tour of code examples for just about every ES6 feature, by Luke Hoban

    # Exploring in-depth

    * [ES6 In Depth](https://hacks.mozilla.org/category/es6-in-depth/) - A great series of articles on Mozilla Developer Network (MDN); also available [in French](https://tech.mozfr.org/tag/ES6%20en%20d%C3%A9tails) through great translation efforts.
    * [Exploring ES6](http://exploringjs.com/es6/) - Amazing free book by Axel Rauschmayer that goes into all the nitty-gritty with great example use cases.
    * [ES6… and beyond!](https://github.com/getify/You-Dont-Know-JS/blob/master/es6%20&%20beyond/README.md#you-dont-know-js-es6--beyond) - The latest, in-production chapter of Kyle Simpson's excellent [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) series.