Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.6 KB

README.md

File metadata and controls

57 lines (35 loc) · 2.6 KB

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 compatibility table

ES6 Tools

More ES6 tools.

Table of Contents

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!!


Gokulakrishnan

Contributors list will be updated after PR.

License

MIT