How JS works today!
Whether ES modules, class-based and classless object-oriented programming or Arrow functions - with the features that have emerged for JavaScript since ECMAScript 6 (ES6) , the scripting language has grown up, so to speak. Would you like to grow with it and write your lines of code in line with the times? Then start this 6+ hour JS tutorial by software developer Stephan Haewß.
JavaScript from ES6 to ES13 - write modern code with these functions
The tutorial is aimed at web developers, web designers and JavaScript developers. To be able to understand the content, you should already be familiar with the basics of JS development. During the course, you will learn about the following JavaScript features, among others :
- Variable declaration with let and const
- For loop and Arrow functions
- Modules in ES6
- Method declaration in object literals
- Useful and new string functions
- Useful new array functions such as find, filter, map, reduce
- Writing elegant and short code with destructuring
- Rest and spread operator
- Classes and inheritance with the class keyword
- Using promises
Leaner, more elegant and error-reduced - your new JavaScript code
Whether it's the new module system, Arrow functions, Promises or async/await - since ES6 to ES13 , numerous useful functions have been introduced for JavaScript, which are also used by JS frameworks such as VueJS, React and Redux.
In general, it can be said that much of what has happened since ES6 can now be used to write significantly better code that is easier to understand. You should therefore also familiarize yourself with the modern standards. Simply start this JavaScript course - and find out how modern JS coding works today!