Skip to content

Instantly share code, notes, and snippets.

@vicatcu
Created May 24, 2016 22:09
Show Gist options
  • Save vicatcu/5423623c7d12f8a0aca2027af9a80d4a to your computer and use it in GitHub Desktop.
Save vicatcu/5423623c7d12f8a0aca2027af9a80d4a to your computer and use it in GitHub Desktop.
thisFunctionReturnsAPromise()
.then((result) => {
console.log("We'll be right back...");
})
.delay(500)
.then(() => {
console.log("We're back!");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment