+ 1
Most important patterns in JS for web development
Hi everyone. Mi ask is which are the most important patterns to be used when we are developing a web app.
1 Answer
0
The module pattern and the singleton design patterns are quite important to learn, then learn the factory pattern after that.