Skip to content

Instantly share code, notes, and snippets.

@rjcorwin
Created June 4, 2018 16:34
Show Gist options
  • Select an option

  • Save rjcorwin/30c86c593471179becc0cd5acaa015fa to your computer and use it in GitHub Desktop.

Select an option

Save rjcorwin/30c86c593471179becc0cd5acaa015fa to your computer and use it in GitHub Desktop.
const sleep = (milliseconds) => new Promise((res) => setTimeout(() => res(true), milliseconds))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment