Saturday, May 16, 2015

ES6 resources - get to know ECMAScript 2015

  1. List of ES6 features and short explanation of each feature: https://github.com/lukehoban/es6features
  2. Very simplified introduction crash-course: https://egghead.io/technologies/es6
  3. ES6 online sandbox: http://www.es6fiddle.net/
  4. Code samples presentation by @esdiscuss: https://dl.dropboxusercontent.com/u/3531958/es6-favorite-parts/index.html#/1
  5. Youtube video with ES6 highlights: https://www.youtube.com/watch?v=AfWYO8t7ed4
5+ links in full version
  1. Interactive lessons, starter level: http://tagtree.io/courses/expert-es6/do#next
  2. In depth discussions of specific features: http://x-team.com/2015/04/generators-work/
  3. Compatibility table (also for ES5 and 7) across all browser and non-browser environments: https://kangax.github.io/compat-table/es6/
  4. ES6 One Liners: http://h3manth.com/new/blog/2014/es6-one-liners-to-show-off/
  5. ES6 interactive guide at formidablelabs.com
  6. es6 in depth
... more to follow

No comments:

Post a Comment