https://github.com/swizec/es6-cheatsheet
Modern JavaScript cheatsheet
https://github.com/swizec/es6-cheatsheet
es2015 es2016 es2017 es6 gatsby javascript
Last synced: about 1 year ago
JSON representation
Modern JavaScript cheatsheet
- Host: GitHub
- URL: https://github.com/swizec/es6-cheatsheet
- Owner: Swizec
- License: mit
- Created: 2016-07-25T06:25:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T00:59:34.000Z (over 7 years ago)
- Last Synced: 2025-04-03T07:42:51.746Z (over 1 year ago)
- Topics: es2015, es2016, es2017, es6, gatsby, javascript
- Language: CSS
- Homepage: https://es2017.io
- Size: 2.16 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HOW'S YOUR ES6, ES2016, AND ES2017?
Learn enough modern JavaScript to get by with this interactive cheatsheet.
This is an interactive ES6, ES2016, and ES2017 cheatsheet. It uses a series of small examples to show you the important parts of modern JavaScript. All code is editable and runnable so you can play with it all you want.
Many of my readers and workshop attendees complained that modern JavaScript looks weird at first. They could understand what I was saying, but couldn't read the code. So I built this cheatsheet to fix that.
In 5 minutes you will be able to read and understand modern JavaScript code. Using it on your own might take longer, but you can do it! :)
Come back any time you're stuck.
👉 [https://es2017.io](https://es2017.io)