Understanding Object-Oriented Programming (OOP) in JavaScript
1. What is Object-Oriented Programming (OOP)?
Object-Oriented Programming (OOP) is a way of writing code where we organize our program using objects.
An object represents something from the real world
pushkar-adhikari.hashnode.dev3 min read