Understanding Object-Oriented Programming in Javascript
Object-oriented programming is a concept of writing code in which we organize everything around objects.
An object is a combination of
Properties
Methods
Instead of writing separate variables and
blog.ashishkumarsaini.dev4 min read