ReactiveX / learnrx

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

Exercise 30 functionality broken with provided answer #135

Closed OzzieOrca closed 8 years ago

OzzieOrca commented 8 years ago

In Exercise 30, .take(1) doesn't seem to have any effect. On the first button press the alert appears 2-3 times and then on every subsequent button press, a single alert appears. I was testing with the answer provided.

Running on Chrome Version 48.0.2564.97 (64-bit)

OzzieOrca commented 8 years ago

I noticed Chrome had an update. It works now. Not sure if the update fixed it or if the browser restart and page reload did it.

New Chrome Version 48.0.2564.103 (64-bit)

I guess I'll close this.