ES6-Cheetsheets
ES6-Cheetsheets copied to clipboard
A minimal documentation of ES6 features with cheetsheets & examples
ES6 Cheetsheets
A minimal documentation of ES6 with examples
Note: Used babel.js for my examples.
What is ECMAScript 6?
ECMAScript 6 is the upcoming version of the ECMAScript standard.
Can I use ES6 now?
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 Tools
- ES6 online try it out.
- Chrome extension Scratch JS to run ES6 in devTools.
More ES6 tools.
Table of Contents
- Arrows Functions
- Object Literals
- Parameters
- Let & Const
- Templates & Strings
- Iterators
- Classes & Inheritance
- Modules
- Promises
More ES6 Features will be updated soon.
Contributions
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.
License
MIT