Skip to content

Instantly share code, notes, and snippets.

@filipedfs
Created December 13, 2020 01:40
Show Gist options
  • Select an option

  • Save filipedfs/71563bf47036126996a7fdec3fedcd80 to your computer and use it in GitHub Desktop.

Select an option

Save filipedfs/71563bf47036126996a7fdec3fedcd80 to your computer and use it in GitHub Desktop.
Sleep in Javascript using Promise
await new Promise((resolve)=>setTimeout(resolve, 2000));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment