Hello friends, today AnonyViet shares a course ES6 ECMAScript by Master Hai Lan. This course is shared for free, so you can study with peace of mind (it will not cost you).
Join the channel Telegram belong to AnonyViet π Link π |
Note
This series you should learn after you have finished learning Javascript, and are planning to learn more about JS and JS Frameworks
What is ES6 ECMAScript?
ES6 stands for ECMAScript 6, This is considered an advanced set of Javascript techniques and is the latest version of the standard ECMAScript.
In addition, the latest version of the standard is ES7 is also being developed stronger and more diverse, although the official launch date has not been determined, it has also begun to attract the attention of the technology world with a series of attractive functions such as: async functions,observerβ¦
In this article, I will list the new functions and strong advantages of ES6 so that you can clearly see the strength and novelty. Those of you who have learned JavaScripts, don’t be afraid to add more knowledge to this array. If I share it for free (for free), it’s stupid to miss it!! learn a little bit more not to add to the width and height … !! The technological society is still developing, you still have to learn new things. Let’s start with this one!!!
New functions of ES6
- Block Scoped: You can get example from keyword
let
this way of definition, the variable only exists in its block scope (Block Scope).
- Destructuring Assignments: You can initialize variables from an array with a simple line of code.
- Default Parameters: You can assign default values ββto the parameters.
- Rest Parameter: Unlimited parameters
- Arrow function: You can create a function using the arrow
=>
.
- Template String: Creating HTML templates is extremely simple
- Weak, Set: new complex data types
- Iterables and iterators
- Class, import
There are many new functions you can see in the process of learning and using offline!
Free course
Source: Master Luu Truong Hai Lan