An open API service indexing awesome lists of open source software.

https://github.com/joe3ray/es6


https://github.com/joe3ray/es6

Last synced: about 1 year ago
JSON representation

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)