Skip to content

Instantly share code, notes, and snippets.

@scdekov
Created August 22, 2018 16:23
Show Gist options
  • Save scdekov/d86c402a7308df18cb460c030d722c29 to your computer and use it in GitHub Desktop.
Save scdekov/d86c402a7308df18cb460c030d722c29 to your computer and use it in GitHub Desktop.
myPromise
.then(() => {
// ...
})
.then(() => {
// ...
})
.catch(() => {
// ..
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment