gitextract_ur61tv2e/ ├── .gitignore ├── LICENSE ├── _template.md ├── ecma6/ │ ├── arrayComprehension.md │ ├── arrows.md │ ├── classes.md │ ├── default.md │ ├── destructuring.md │ ├── generators.md │ ├── iterators.md │ ├── let.md │ ├── modules.md │ ├── objectLiterals.md │ └── templateStrings.md ├── examples/ │ └── arrows+promises.js └── readme.md