ES6 Tutorial (original) (raw)

Skip to content

es6 tutorial

ECMAScript 2015 or ES2015 is a significant update to the JavaScript programming language. It is the first major update to the language since ES5 which was standardized in 2009. Therefore, ES2015 is often called ES6.

To follow this ES6 tutorial, you should have a good knowledge of JavaScript up to ES5.

Section 1. New ES6 syntax

Section 3. ES6 Modules

Section 4. ES6 Classes

Section 6. Symbol

Section 7. Iterators & Generators

Section 8. Promises

Section 9. ES6 collections

Section 11. Object extensions

Section 13. Proxy & Reflection