1. 7
    Using the map method with Observable
    3m 45s

Using the map method with Observable

InstructorJafar Husain

Share this video with your friends

Send Tweet

Like an array, Observable has a map method that allows us to transform a sequence into a new Observable.

Mark
~ 9 years ago

Really great series - I'm learning a terrific amount. I've known about filters/maps etc but never really quite understood their true value.

On thing tho, in the video above you comment out code to show that observables are lazy. But you comment out the alert too so of course nothing happens - lazy or not.... Took me a while to realise what I was supposed to (not) see :)

Jafar Husaininstructor
~ 9 years ago

Thanks for pointing that out. Sorry about that.