Skip to content

Instantly share code, notes, and snippets.

@markcarrrr
Created March 11, 2018 13:28
Show Gist options
  • Save markcarrrr/baaaf0407b67bcfb15564f21908f12dc to your computer and use it in GitHub Desktop.
Save markcarrrr/baaaf0407b67bcfb15564f21908f12dc to your computer and use it in GitHub Desktop.
somePromise().then(function () {
return anotherPromise();
}).then(function () {
return yetAnotherPromise();
}).catch(console.log.bind(console));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment