Advanced Javascript using ES6 standard
- Duration
- 40 Hours
- Language
- Chinese
- Category
- Web 3.0
- Course code
- WD_01
Learning outcomes
- check_circle Understand how JS processes code
- check_circle Learn the lifecycle of variables and the difference between VAR, LET and CONST
- check_circle Understand Array Helper functions
- check_circle Know the importance of closure and its basic concepts
- check_circle Understand the usage of the arrow function
- check_circle Know the core concept of the keyword “THIS”
- check_circle Understand the Asynchronous and Await function
- check_circle Be able to unpack values by using destructuring assignment of JavaScript
Description
Most browsers are based on the ES6 standard nowadays. So, as a web developer, you should upgrade your knowledge of the ES6 standard as well. If you know the ES6 standard well, you will be able to write more effective, efficient JavaScript code.
This course is based on the ECMA-262 standard. Since JavaScript is not an easy language to learn, you need a good structural view in order to grasp JavaScript features. Otherwise, JavaScript will be confusing if you don't follow the ES6 standard.