Skip to content

Instantly share code, notes, and snippets.

@Mayankgupta688
Last active February 7, 2021 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mayankgupta688/2223d8b21191db1e21428115d61366ee to your computer and use it in GitHub Desktop.
Save Mayankgupta688/2223d8b21191db1e21428115d61366ee to your computer and use it in GitHub Desktop.
var firstPromise = new Promise((resolve, reject) => {
setTimeout(() => {
resolve("This is Promise One...")
}, 3000)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment