Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 431 Bytes

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