Skip to content

Instantly share code, notes, and snippets.

@alanhoff
Created February 23, 2017 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanhoff/ca09d66de5e786044fab64f1789a38e2 to your computer and use it in GitHub Desktop.
Save alanhoff/ca09d66de5e786044fab64f1789a38e2 to your computer and use it in GitHub Desktop.
function hello () {
return new Promise((resolve) => {
setTimeout(() => resolve('Hello world!'), 100)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment