Last active
July 30, 2021 16:54
-
-
Save alibalbars/6a1e9a8819f9a0fbde73db04d34028bd to your computer and use it in GitHub Desktop.
Js Promises
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
let promise = new Promise(function(resolve, reject) { | |
// Executor function | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment