Slides from "An introduction to ES6"
I had the pleasure last weekend of speaking at Epic FEL, a single day, single track conference in the heart of London, run by Made by Many. They did an absolutely fantastic job and if you are ever in London, I recommend their monthly Front End London meetup too.
I spoke on introducing ES6, a topic that I've been writing and speaking about more and more recently. I'm really excited by the evolution of the language and some of the new features. You can find my slides below along with the video.
Below I have included a list of resources that I used when putting the talk together which may be useful if you'd like to read more on any of the features in particular:
Arrow Functions
Classes
Object Literals
Generators
- http://www.slideshare.net/domenicdenicola/es6-the-awesome-parts
- http://pag.forbeslindesay.co.uk/#/
- http://jlongster.com/A-Study-on-Solving-Callbacks-with-JavaScript-Generators
Template Strings
Destructuring
Function Arguments
Modules
- http://guybedford.com/practical-workflows-for-es6-modules
- https://github.com/esnext/es6-module-transpiler
- http://www.2ality.com/2014/09/es6-modules-final.html