Understanding Object-Oriented Programming in JavaScript
Object-Oriented Programming (OOP)
What OOP means?
Object-Oriented Programming is a way of writing code where we organize data and behavior into objects.
Object = data (properties) + behavior (methods
divyarajgurjar.hashnode.dev3 min read