Introduction to OOP
Introduction to object-oriented programming in JavaScript.
We'll cover the following
Background
In this course, we have seen primitive types and objects. We saw that every object has a unique set of properties and methods. For instance, every array object has properties such as length
or methods. If we want to create a custom class of the object or do other fun things, we need object-oriented programming.
Get hands-on with 1400+ tech skills courses.