Description
In this course, you will learn:-
- Students will be able to use ES6 code in their apps by the end of the course
- Students will be able to comprehend more by the end of the course
- TypeScript and Framework JS, both of which are ES6 compliant
Syllabus:-
-
Introduction
-
Reference files
-
What is ECMAScript 6 or ES6?
-
ES6 Compatibility
-
Compilers
-
Introducing Babel
-
Downloading Webpack
-
Bundleling
-
Converting ES6 to ES5
-
let vs var
-
Declaring variables as constants
-
Template Literals
-
Spread operator
-
Function default parameters
-
Arrow functions
-
Shorthand properties
-
The This keyword
-
Destructuring
-
Classes
-
Class inheratance
-
Defining promises
-
Using promises
-
Chaining promises
-
Some more chaining and error handling