Category: OOP
-
Understanding OOP (Object-Oriented Programming) in JavaScript
Object Oriented Programming is a programming paradigm centered around objects rather than functions. It’s nothing new, it’s been around since the 70’s but unlike tools and frameworks that come and go , OOP is still very relevant today. Because OOP is not a programming language or tool! It is a style of programming of a…