Skip to content

Instantly share code, notes, and snippets.

@alibalbars
Last active July 30, 2021 16:54
Show Gist options
  • Save alibalbars/6a1e9a8819f9a0fbde73db04d34028bd to your computer and use it in GitHub Desktop.
Save alibalbars/6a1e9a8819f9a0fbde73db04d34028bd to your computer and use it in GitHub Desktop.
Js Promises
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