https://github.com/joe3ray/es6
https://github.com/joe3ray/es6
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/joe3ray/es6
- Owner: Joe3Ray
- Created: 2016-02-02T05:47:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T09:36:56.000Z (over 10 years ago)
- Last Synced: 2025-02-05T10:50:43.411Z (over 1 year ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es6
- [arrows](./arrows)
- [classes](./classes)
- [enhanced object literals](./enhanced-object-literals)
- [template strings](./template-strings)
- [destructuring](./destructuring)
- [default + rest + spread](./default-rest-spread)
- [let + const](./let-const)
- [iterators + for..of](./iterators-for..of)
- [generators](./generators)
- [unicode](./unicode)
- [modules](./modules)
- [module loaders](./module-loaders)
- [map + set + weakmap + weakset](./map-set-weakmap-weakset)
- [proxies](./proxies)
- [symbols](./symbols)
- [math + number + string + array + object apis](./math-number-string-array-object-apis)
- [binary and octal literals](./binary-and-octal-literals)
- [promises](./promises)
- [reflect api](./reflect-api)
- [tail calls](./tail-calls)