DEV Community

Discussion on: Understanding Observables

Collapse
 
jvanbruegge profile image
Jan van Brügge

Sorry for the confusion, I did not mention that map has to be adjusted accordingly. I've added a paragraph that clarifies this.

Collapse
 
tauseefk profile image
Tauseef Khan

no worries! thanks for clarifying..
I've been using some of the code examples on one of my side project github.com/tauseefk/1984-IRL

Thread Thread
 
jvanbruegge profile image
Jan van Brügge

Yeah, I saw the attribution. Just a side note, the fn does not take an observable. It takes a plain value (states otherwise in the docs for map and filter)