Programming with ECMAScript 2015

Programming with ECMAScript 2015

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4h 40m | 0.98 MB

Learn new features of JavaScript in detail with clear and concise examples.

Although JavaScript is extremely powerful and flexible, it’s often criticized for having unnecessary redundancy. Therefore, JavaScript developers often use abstractions such as CoffeeScript and Typescript, which provide easier syntax, powerful features, and compile to JavaScript. ES6 was introduced to improve JavaScript and ensure that developers no longer needed to use abstractions or other techniques to write quality code, which was becoming a lengthy process.

What You Will Learn

  • JavaScript & its history
  • Understanding ECMAScript – its birth & history
  • Advancements in data handling
  • Working with new collections feature
  • Creating modular code
  • Improvements in standard library
Table of Contents

History of JavaScript
The Course Overview
Introduction to JavaScript
Birth of ECMAScript
History of ECMAScript
ECMAScript Compatibility
Core Features of ECMAScript 2015

Handling Data
Variables and Scopes
Destructuring
Handling Parameters
Template Literals
Number and Math Features
String Features
Symbols

Working with Collections
New For-of Loop
Array Features
Maps and Sets
Typed Arrays
Iterables and Iterators
Generators

Writing Modular Code
Arrow Functions
New OOP Features
Classes
Modules

Standard Library Improvements
New Features in RegEx
Async Programming
Promises for Async Code