ECMAScript 6
ES6 is the next generation of JavaScript, standard update since 2009.
The frameworks like AngularJS, Ember, Aurelia, etc. are already targeted on ES6 future releases.
What is New?
This ECMAScript update brings a lot of useful stuff into JS world.
Here are some of new features to enjoy:
- block scoped variables;
- arrow functions;
- default parameters, rest & spread operators;
- string interpolation;
- binary, octal; string unicode & regexp literals;
- Array element finding;
- properties shorthand;
- destructing assignment;
- Modules, Classes & Promises;
- Map/WeakMap & Set/WeakSet;
- Iterators & Generators;
- for...of loop;
No comments:
Post a Comment