Skip to content

Instantly share code, notes, and snippets.

@pionize
Created April 27, 2017 06:33
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 pionize/4443f69f5d6ec4c60c81df8c0cd0636f to your computer and use it in GitHub Desktop.
Save pionize/4443f69f5d6ec4c60c81df8c0cd0636f to your computer and use it in GitHub Desktop.
new Promise(function (resolve, reject) {
resolve(someSynchronousValue);
}).then(/* ... */);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment