Getting your hands on Javascript Object-Oriented Programming (1)
Before diving deep into javascript OOP, what is OOP?, OOP is all about modeling a system as a collection of objects.
Javascript is not a class-based object-oriented language, it is a prototype-based language. The features of OOP can be found in my Li...
kiisi.hashnode.dev3 min read