Simple ECMAScript 6 features diagram
I created this repo becouse I want to start learning ECMAScript 6 features. There are ofcourse a lot of resources on the Internet with this topic and some of them I write below
- Understanding ECMAScript 6 by Nicholas C. Zakas
- https://github.com/lukehoban/es6features - nice overview of ECMAScript 6 features
- http://wiki.ecmascript.org/doku.php?id=harmony:proposals
- http://tc39wiki.calculist.org/es6/
- You Don't Know JS: ES6 & Beyond
But for better learning proces I like to have the ability to print some overview about topic in readable form. So for now I prepare a diagram for ES6.