September 2024
Beginner to intermediate
985 pages
35h 37m
English
As mentioned earlier, JavaScript is a programming language that also supports the object-oriented programming paradigm. We’ll look at the subject of object orientation in a little more detail in Chapter 13. At this point, we’ll focus on the way you work with objects, but we’ll also give you a short introduction to object-oriented programming.
Software systems can sometimes become quite complex and extensive. Object-oriented programming (or object orientation) aims to take some of the complexity out of software systems by trying to describe the system through different objects. In this context, objects from the real world are often also described ...
Read now
Unlock full access