[Design Patterns in Javascript] The Observer Design Pattern in Javascript

4 years ago
5

The Observer Design Pattern is used to allow an object to notify other objects of things that are happening without creating a direct dependency on those other objects. It's a really powerful pattern that can clean up your code tremendously if you use it properly.

Want to move out of the beginner and intermediate programming levels into being more advanced? One of the things that will help get you there is learning design patterns.

This is the third episode in a new series we are doing on design patterns in javascript.

We are putting out 2+ videos per day, so subscribe to our channel if you want to seriously level up your development game. 👊 Helpful Links 👊

Free E-book:
*Power Portfolio* - How to stand out... even if you're just getting started: https://bit.ly/2ylvdcb

Building a Messenger app in Rails 6: https://www.youtube.com/watch?v=s3CmHhDjuWc&t=18s

Action Cable Basics in Rails 6: https://youtu.be/t9iubpbqmnM

Building a Link Shortener with Rails 6 (playlist): https://www.youtube.com/playlist?list=PLjItgYqIzJ9WGy9WMf-44DXHB_7aWwJMc

Building a Stock Market Tracker with React JS (playlist): https://www.youtube.com/playlist?list=PLjItgYqIzJ9VOBgwZ82D9kjQ_QtM5R4u5

Loading comments...