Twoje komentarze

Hi, I was also wondering how some patterns could be implemented by plain JavaScript and came across some website. There are eloquent javascript examples for all set of patterns mentioned in the book. https://www.dofactory.com/javascript/adapter-design-pattern

I would not say that all of them give best illustration how to use it in real projects but as examples how it could be technically implemented in javascript are good enough.