Skip to content

Instantly share code, notes, and snippets.

@jaydson
Created March 8, 2021 11:29
Show Gist options
  • Save jaydson/af68a40b7b025b1b56aec8d40b6d67a3 to your computer and use it in GitHub Desktop.
Save jaydson/af68a40b7b025b1b56aec8d40b6d67a3 to your computer and use it in GitHub Desktop.
let p = new Promise (function (resolve, reject) {
// resolva ou rejeite
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment