Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemanth/paws-on-es6
Minimalist examples of ES6 functionalities.
https://github.com/hemanth/paws-on-es6
Last synced: 9 days ago
JSON representation
Minimalist examples of ES6 functionalities.
- Host: GitHub
- URL: https://github.com/hemanth/paws-on-es6
- Owner: hemanth
- Created: 2014-02-25T16:06:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T14:57:10.000Z (over 7 years ago)
- Last Synced: 2024-10-17T10:07:34.194Z (22 days ago)
- Language: JavaScript
- Homepage: http://git.io/es6-paws
- Size: 27.3 KB
- Stars: 331
- Watchers: 12
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalist examples of ES6 functionalities.
> You might like [jsfeatures.in](http://jsfeatures.in/)
![Brendan](http://h3manth.com/i/Brendan.jpg)
__Includes:__
* [arrow](./arrow.js)
* [block-scope](./block-scope.js)
* [class](./class.js)
* [computed-property-names](./computed-property-names.js)
* [default-params](./default-params.js)
* [destructuring](./destructuring.js)
* [direct-proxy](./direct-proxy.js)
* [for-of](./for-of.js)
* [generators](./generators.js)
* [maps](./maps.js)
* [modules](./modules.js)
* [object-literal](./object-literal.js)
* [object-observe](./object-observe.js)
* [promise](./promise.js)
* [property-method-assignment](./property-method-assignment.js)
* [rest-params](./rest-params.js)
* [sets](./sets.js)
* [spread](./spread.js)
* [symbols](./symbols.js)
* [tail-recursion](./tail-recursion.js)
* [template-literals](./template-literals.js)
* [unicode-regex](./unicode-regex.js)
* [weakmaps](./weakmaps.js)
* [weaksets](./weaksets.js)