/slides-es6-overview

Presentation: ECMAScript 6 Overview

Primary LanguageJavaScript

ECMAScript6 Presentation

The overview of new features.

This presentation covers the following topics:

  • ECMA, the organisation history,
  • Block scope: let and const,
  • Arrow functions,
  • String templates,
  • Destructuring assignments,
  • Default parameters,
  • Rest parameters,
  • Spread operator,
  • Classes: inheritance, static functions,
  • Map, Set, WeakMap, WeakSet,
  • Iterators,
  • Generators.