medium.com
JavaScript — Observables Under The Hood
6
I like to think of Observable as a function that “throws” values. It can “throw” values in synchrony or asynchrony way. If you have interest on this values, you can register observer. When the… Read full article