Skip to content

Instantly share code, notes, and snippets.

@dylanferguson
Created December 4, 2020 11:14
Show Gist options
  • Select an option

  • Save dylanferguson/94c1ac11f7bf8a833801615b9ccefd23 to your computer and use it in GitHub Desktop.

Select an option

Save dylanferguson/94c1ac11f7bf8a833801615b9ccefd23 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