ReactiveX / learnrx

A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript.
1.4k stars 292 forks source link

Bugfix in Answer #169

Closed abravetti closed 6 years ago

abravetti commented 6 years ago

Proposed answer does not implement correctly the exercise "Retrieve id, title, and a 150x200 box art url for every video" because it does not take into account boxart.height. It work with proposed data just because there is no video with a 150xH boxart with H != 200.

morenoh149 commented 6 years ago

lgtm