Skip to content

Instantly share code, notes, and snippets.

@chastep
Created March 24, 2020 17:31
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 chastep/b913cf0eaa4aa00dff8c4840393e9e5c to your computer and use it in GitHub Desktop.
Save chastep/b913cf0eaa4aa00dff8c4840393e9e5c to your computer and use it in GitHub Desktop.
const sleep = ms => new Promise(res => setTimeout(res, ms));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment