Skip to content

Instantly share code, notes, and snippets.

@cburgdorf
Created March 15, 2012 16:20
Show Gist options
  • Save cburgdorf/2045056 to your computer and use it in GitHub Desktop.
Save cburgdorf/2045056 to your computer and use it in GitHub Desktop.
merge
Rx.Observable.returnValue(3).merge(Rx.Observable.returnValue(2)).subscribe(function(x){console.log(x);});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment