learnrx
learnrx copied to clipboard
A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript.
Example of what I mean:  Not sure if this is intended, but the indentation for opening braces doesn't follow the style of the example code. It...
I couldn't get Exercise 21 to pass the tests (which referenced IDs that weren't even in the given code), and the setup seemed odd, so I showed the answer, and...
I have solve exercise 26 in another way, like this: ``` lists.map((genre) => { return { name: genre.name, videos: videos.filter((video) => { return video.listId == genre.id; }).map((filtredVideo) => { return...
I've noticed that it takes a bit of fiddling to reproduce issues on specific exercises. Would you accept a PR that adds a `showLessonByNumber` function like: ```js /** * @param...
Hello there, this tutorial is so awesome, I think it deserves to be available everywhere. I would like to port it over to codewars.com code katas repository. Codewars has the...
This bug works for either user answer or "show answer" button. I'd love to give it a try in fixing this problem.
Can the same Apache 2.0 License as RxJS & RxJava (and I assume others) be applied to the LearnRX exercises? I used the same copyright as RxJS: Copyright 2015-2016 Netflix,...
So as title says - I did it wrong, but - the drag was not working, but I saw 33 had openened like I had done right. My drag was...
Why don't you show syntax errors entirely? You show only description of error so I don't know on which line I should look for mistake.
Exercise 11. It throws error.