David McDonald's Blog About tech, cooking, photography and stuff

Es2015 Javascript Changes

ES2015 Javascript Changes

Javascript is ever-changing it seems. There are a bunch of new features in ECMAScript 2015 (also known as ECMAScript 6 or ES6) including…

  • Arrow Functions (arg) => {return res;}
  • Shorthand for methods: render() { … }
  • const and let instead of var

Here are a few links to some articles outlining the latest:

I’m sure that if you look around, you’ll find many more!

Regards,
–Dave.