Skip to content

Instantly share code, notes, and snippets.

@ridomin
Created November 14, 2020 00:36
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 ridomin/f092fbc4172fd02b2573d169a38e2e3d to your computer and use it in GitHub Desktop.
Save ridomin/f092fbc4172fd02b2573d169a38e2e3d to your computer and use it in GitHub Desktop.
sleep,js
const sleep = (delay) => new Promise(resolve => setTimeout(resolve, delay))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment