Skip to content

ES6 Overview in 350 Bullet Points

Updated: at 07:54 PM

A comprehensive list of ES6 features that you can use right now

My ES6 in Depth series consists of 24 articles covering most syntax changes and features coming in ES6. This article aims to summarize all of those, including the following.

Assignment Destructuring

Spread Operator and Rest Parameters

Arrow Functions

Template Literals

Object Literals

Classes

Let and Const

Symbols

Iterators

Generators

Promises

Maps

WeakMaps

Sets

WeakSets

Proxies

Reflection

Number

Math

Array

Object

Strings and Unicode

Modules

Read at Pony Foo