ReactiveX / learnrx

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

exercise 19 switched Object.create() over to Object.assign() #132

Closed gabrielkunkel closed 8 years ago

gabrielkunkel commented 8 years ago

Object.assign()

(The education from improving on this was on par with the tutorial itself... Fantastic!)

NOTE: This is a new pull request with just the one commit. Sorry about that. :-)

closes #115 and #82

gabrielkunkel commented 8 years ago

Feel free to give me feedback. Let me know if there's anything wrong with this or if there's something I can do to improve it. :-)

morenoh149 commented 8 years ago

Nothing, I usually try to get a second opinion as I don't have time to review changes. But here goes.

gabrielkunkel commented 8 years ago

Cool! This was fun! :-)