Description
This course will teach you the most modern features of JavaScript, also known as ES6+. JavaScript is one of the most popular programming languages in the world. It’s used almost everywhere: from large-scale web applications to complex servers to mobile and IoT devices.
You will learn:
- Template Literals
- Destructuring
- Object Literal
- For of loop
- Spread operator
- Rest operator
- Arrow Functions
- Default Params
- Classes
- Array.includes()
- Let & const
- Export & import
- Object.keys()
- Async/Await
- String.padStrart(), String.padEnd()
- Trailing commas
- Classes