https://github.com/sgaurav/understanding-es6
Simple examples to help you understand ES6
https://github.com/sgaurav/understanding-es6
Last synced: 12 months ago
JSON representation
Simple examples to help you understand ES6
- Host: GitHub
- URL: https://github.com/sgaurav/understanding-es6
- Owner: sgaurav
- Created: 2015-03-31T13:10:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T05:50:07.000Z (over 9 years ago)
- Last Synced: 2025-04-03T21:13:44.892Z (12 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1,132
- Watchers: 34
- Forks: 103
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-functional-programming - Simple examples to help you understand ES6
- awesome-functional-programming - Simple examples to help you understand ES6
README
# understanding-es6
Simple examples to help you understand ES6.
> You can track evolution of ES7 at [ES7 Features](https://github.com/sgaurav/es7features)
__Available__
* [arrow](./arrow.js)
* [class](./class.js)
* [constant](./constant.js)
* [destructuring-assignment](./destructuring-assignment.js)
* [default-params](./default.js)
* [generators](./generators.js)
* [let](./let.js)
* [maps](./maps.js)
* [modules](./modules.js)
* [promises](./promises.js)
* [proxy](./proxy.js)
* [rest-params](./rest-params.js)
* [sets](./sets.js)
* [spread](./spread.js)
* [symbols](./symbols.js)
* [template-string](./template-string.js)
* [weakmaps](./weakmaps.js)
* [weaksets](./weaksets.js)