Object-Oriented Programming In JavaScript - 1
What is Object Oriented Programming(OOP)
Object-oriented programming is a programming paradigm(i.e style of writing code) based on the concept of objects. OOP was developed to organize code, to make it more flexible and easier to maintain(avoid "Sphe...
codechitra.hashnode.dev5 min read