Created
February 27, 2017 11:00
-
-
Save gskachkov/e547bda23a609aa0548762777e280bc6 to your computer and use it in GitHub Desktop.
Example of Promise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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