Skip to content

Instantly share code, notes, and snippets.

@danro
Created November 6, 2018 07:20
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 danro/98d9c2aeb115d177a0a4433c157d57c2 to your computer and use it in GitHub Desktop.
Save danro/98d9c2aeb115d177a0a4433c157d57c2 to your computer and use it in GitHub Desktop.
const timeout = 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