DEV Community

Discussion on: Design Patterns in JavaScript

Collapse
 
zlatko_iliev profile image
Zlatko Iliev

I could say it is an absolute must to know OOP in JavaScript! There is so much more you can achieve using OOP that functional does not support. A good developer knows the benefits of both and uses them wisely. You can't go completely OOP or completely functional, you need to take the best of both worlds!

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Not knowing how to implement those design patterns without using OOP doesn't mean that you need OOP to reproduce them.