Skip to content

Instantly share code, notes, and snippets.

@luanlmd
Created July 10, 2020 18:09
Show Gist options
  • Save luanlmd/5e4eb6c93765ae6acee221e90db03f4e to your computer and use it in GitHub Desktop.
Save luanlmd/5e4eb6c93765ae6acee221e90db03f4e to your computer and use it in GitHub Desktop.
await new Promise((resolve, reject) => {
setTimeout(() => { resolve() }, 10000);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment