DEV Community

Discussion on: Object Oriented JavaScript

Collapse
 
madza profile image
Madza • Edited

For smaller projects OOP could be a bit of overkill, but for mid-size and larger apps where complexity kicks in, its spot on.

No wonder companies mainly go OOP, as it ensures higher level of re-usability, scalability, code-redundancy and maintenance options.

*There's a typo, (fix typeOfCar to model) in goVroom function.