Skip to content

Instantly share code, notes, and snippets.

@ilyahuman
Last active October 25, 2023 15:19
Show Gist options
  • Select an option

  • Save ilyahuman/73387f98a7fc06fbd5439a2c6f8edf45 to your computer and use it in GitHub Desktop.

Select an option

Save ilyahuman/73387f98a7fc06fbd5439a2c6f8edf45 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