parvezk / ECMAScript-6-Guide

ES6 - ES2015 Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECMAScript 6 APIs

A collection of ES6 syntaxes for reference.

New ES6 Syntax

  • 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

About

ES6 - ES2015 Guide


Languages

Language:JavaScript 100.0%