Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created February 27, 2017 11:00
Show Gist options
  • Save gskachkov/e547bda23a609aa0548762777e280bc6 to your computer and use it in GitHub Desktop.
Save gskachkov/e547bda23a609aa0548762777e280bc6 to your computer and use it in GitHub Desktop.
Example of Promise
var promise = new Promise(function(resolve, reject) { … } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment