Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created November 27, 2019 15:16
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 archiewald/fc79307a31c2f23344d1e977b4ae19c8 to your computer and use it in GitHub Desktop.
Save archiewald/fc79307a31c2f23344d1e977b4ae19c8 to your computer and use it in GitHub Desktop.
[sleep with async/await]
await (() => new Promise(resolve => setTimeout(resolve, 1000)))();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment