ReactiveX / learnrx

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

Exercise 23 - broken? #166

Closed lanaebk closed 5 years ago

lanaebk commented 7 years ago

The program won't accept even the provided answer for exercise 23. "Show answer" provides this code:

return Array.
        zip(
          videos,
          bookmarks,
          function(video, bookmark) {
            return {videoId: video.id, bookmarkId: bookmark.id};
          });

However, pressing "Run" pops up this error message: image

Using Chrome 60.0.3112.90 on Mac OSX

aariabov commented 5 years ago

You need press "Show Answer" and then press "Run" on Exercise 22. Then Exercise 23 will work.

morenoh149 commented 5 years ago

@lanaebk did that work?

seanpoulter commented 5 years ago

I'd suggest this issue can be closed. We haven't heard anything in a while and I've confirmed the code from @lanaebk works today:

reactivex - learnrx - 166