Patterns in javascript?
I recently started my first project in node.js, and I'm struggling with my code.
I was always used to languages like Java or frameworks like Angular, where more or less the code respects the classical oop paradigm, but with node I realize that it's n...