Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created December 3, 2018 22:32
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 mhkeller/a52cafcd6d35291955d80806fd31a018 to your computer and use it in GitHub Desktop.
Save mhkeller/a52cafcd6d35291955d80806fd31a018 to your computer and use it in GitHub Desktop.
const wait = ms => new Promise(f => setTimeout(f, ms));
// wait(500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment