This course takes a look at some of the new features that JavaScript has available with ES6 (ECMAScript 2015). It is a "montage" from several instructors.
Overview
Syllabus
- Arrow Function => in ES6
- The let keyword in ES6
- Default Values for Function Parameters in ES6
- const Declarations in es6 (ES2015)
- Shorthand Properties in ES6
- Object Enhancements in ES6
- Using the ES6 spread operator
- Use Template Literals in ES6
- Destructuring Assignment in ES6
- ES6 Modules (ES2015) - Import and Export
- Converting an array-like object into an Array with Array.from()
- Promises with ES6
- ES6 (ES2015) - Generators
- Maps and WeakMaps with ES6
- ES6 Parameter Object Destructuring with Required Values
- ES6 Rest Parameters
Taught by
John Lindquist