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

https://github.com/parvezk/ecmascript-6-guide

ES6 - ES2015 Guide
https://github.com/parvezk/ecmascript-6-guide

Last synced: over 1 year ago
JSON representation

ES6 - ES2015 Guide

Awesome Lists containing this project

README

          

## ECMAScript 6 APIs
A collection of ES6 syntaxes for reference.

[New ES6 Syntax](new_es6_syntax.js)
- Let Const and Block scoping
- Arrow functions
- Default function parameters
- Rest and spread
- Object literal extensions
- Object literal methods and properties
- For of loop statement
- Octal and binary literals
- Template literals
- Destructuring
- Advanced Destructuring

[ES6 Modules and Classes](es6-modules-classes.js)