Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 9, 2014 01:40
Embed
What would you like to do?
Object JavaScript - Chained promises
promise.then(fn1).then(fn2).then(fn3, fail);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment