Understanding Object-Oriented Programming in JavaScript
Object oreiented programming means modelling real world things using code.
Lets take example of Car,
Behaviour of Car=start(),stop(),accelerate()
If we want to make car in a factory , we have a bluepr
oops-in-javascripts.hashnode.dev2 min read