Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created December 3, 2018 22:32
Show Gist options
  • Select an option

  • Save mhkeller/a52cafcd6d35291955d80806fd31a018 to your computer and use it in GitHub Desktop.

Select an option

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