Description
In this course, you will learn :
- Complete JavaScript ES6+ (ECMA Script 6)
- How does transpiling work in ES6
- Work with Babel JS
- Install and Setup Node JS
- New syntax in JavaScript ES6+
- Using the Const Keyword
- Making use of Template Strings
- Using spread operator in JavaScript ES6
- Using Default function parameters
- Working with Object literals
- Using Arrow functions in JavaScript ES6+
- Using the "this" scope in modern JavaScript
- Learn how to destructure in JavaScript
- How to use generators in ES6+
- Working with "class" syntax
- Learning how to use inheritance in ES6+
Syllabus :
1. Introduction
- Introduction to JavaScript ES6+
- What you should know
- What is (ES6) ECMA Script 6
- Transpiling in ES6
- Why use Babel JS
- How to use Babel JS
- Installing Node JS
2. JavaScript ES6 Fundamentals
- Using The Const Keyword
- Working with Template Strings
- Spread Operator in JavaScript ES6
- Default Function Parameters in ES6
- Working with Object Literals in ES6
- Arrow Functions in JavaScript ES6
- Arrow Functions with This Scope in ES6
- Destructuring in JavaScript ES6
- Generators in JavaScript ES6
- Working with Class Syntax in JavaScript ES6
- Class Inheritance in JavaScript ES6