https://github.com/beace/doc-es6
ECMAScript 2015 Features(For Personal Recording)
https://github.com/beace/doc-es6
Last synced: 6 months ago
JSON representation
ECMAScript 2015 Features(For Personal Recording)
- Host: GitHub
- URL: https://github.com/beace/doc-es6
- Owner: Beace
- License: mit
- Created: 2017-02-16T09:05:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T02:55:43.000Z (over 9 years ago)
- Last Synced: 2025-02-05T07:31:18.657Z (over 1 year ago)
- Language: HTML
- Homepage: https://beace.github.io/doc-es6/
- Size: 442 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doc-es6
### ECMAScript 2015 Features

#### For Personal Recording
- [C01 arrow && function](./doc/c01-arrow-function.md)
- [C02 class suger](./doc/c02-class-suger.md)
- [C03 string tpl](./doc/c03-string-tpl.md)
- [C04 destructuring](./doc/c04-destructuring.md)
- [C06 generators](./doc/c06-generators.md)
- [C07 modules](./doc/c07-modules.md)
- [C08 set map](./doc/c08-set-map.md)
- [C09 proxies](./doc/c09-proxies.md)
- [C010 subclassed](./doc/c10-subclassed.md)
- [C011 number string array object API](./doc/c11-number-string-array-object.md)
- [C012 promises](./doc/c12-promises.md)
- [C013 tail call](./doc/c13-tail-call.md)