September 2024
Beginner to intermediate
985 pages
35h 37m
English
Since ES2015, a new class syntax has also found its way into the ECMAScript standard. As mentioned earlier, this class syntax doesn’t allow for true class-based programming, but it feels relatively similar due to the keywords and syntax used, among other things. Actually, however, the class syntax only takes away some of the complexity of the pseudoclassical object orientation, because objects and prototypes are still working in the background.
Developers who come from a language like Java feel especially at home with class syntax. Nevertheless, as a JavaScript developer, it’s important for you to have understood and mastered the concepts that actually underlie the JavaScript language, such ...
Read now
Unlock full access