ECMA Script 6 is the latest iteration of the licensed language which belongs to Ecma International. ECMA Script, aka ES, is literally the backbone of some of the most popular languages like Javascript, JScript and ActionScript. This year, the framework got a huge upgrade from version 5 to version 6.
If you are a developer taking advantage of the latest ES6, then this is all that you need to get kicking with your new project. Thanks to the amazing David Leonard for putting this up as an open source project.
The current ES6 cheatsheet covers some of the most important areas of the ES6 update. Here’s what’s included in the cheatsheet:
- Tooling
- Variables and Scoping
- Strings
- Destructuring
- Parameter Handling
- Arrow Functions
- Classes
- Modules
- Generators
- Promises
Ever since David posted online on Github, the repo has gotten a very good recognition from the fellow developer community. The ES6 Cheatsheet now stands at ⭐️ 4,895.