Skip to content

Instantly share code, notes, and snippets.

@codeaid
Last active October 5, 2020 23:06
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 codeaid/1273231b88778ea7c378f816e1010571 to your computer and use it in GitHub Desktop.
Save codeaid/1273231b88778ea7c378f816e1010571 to your computer and use it in GitHub Desktop.
const sleep = ms =>
new Promise(resolve =>
setTimeout(resolve, ms));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment