A minimal documentation of ES6 with examples
Note: Used babel.js for my examples.
ECMAScript 6 is the upcoming version of the ECMAScript standard.
Yes, using transpilers like babel.js or Google Traceur which converts ES6 to vanilla ES5.
Also see which ECMAScript 6 features your browser does and doesn’t support in below link.
- ES6 online try it out.
- Chrome extension Scratch JS to run ES6 in devTools.
More ES6 tools.
- Arrows Functions
- Object Literals
- Parameters
- Let & Const
- Templates & Strings
- Iterators
- Classes & Inheritance
- Modules
- Promises
More ES6 Features will be updated soon.
Your contribution would be a great help for more developers in understanding ES6 features.
- Fork the repo
- Give a pull request
Thanks!!
Contributors list will be updated after PR.
MIT