DEV Community

Discussion on: How I Reverse Engineered RxJs and Learned Reactive Programming? Part 2

Collapse
 
shadid12 profile image
Shadid Haque

Thanks for pointing that out. I'll fix it:)

Collapse
 
abourass profile image
Antonio B. • Edited

Still has an error @ c.subscribe

TypeError: Cannot read property 'subscribe' of undefined

In addition, a link to completed version of this on github would be nice so we can double check that our version matches when trying to resolves errors along the way. Further, the second example 'filter' is just a copy of that map function again