February 2018
Intermediate to advanced
298 pages
8h 22m
English
JavaScript has classes that provide a much simpler and clearer syntax for creating constructors and dealing with inheritance. Until now, JavaScript never had the concept of classes, although it's an object-oriented programming language. Programmers from other programming language backgrounds often found it difficult to understand JavaScript's object-oriented model and inheritance due to the lack of classes.
In this chapter, we will learn about object-oriented JavaScript using classes:
Read now
Unlock full access