Understanding Object-Oriented Programming in JavaScript
What Object-Oriented Programming (OOP) means
OOP is a special style of programming in which we use objects & classes to structure our code rather than variables & functions.
This makes code reusabilit
kuldeep-js-10.hashnode.dev3 min read