
Object Oriented Programming in Javascript
Let's start by knowing what Object Oriented Programming is - In Object Oriented Programming we can classify languages into two types- Class-based and prototype-based languages. Class-based OOP is about creating classes and objects that contain both p...
Sep 25, 20235 min read