Skip to content

Instantly share code, notes, and snippets.

@slikts
Created July 9, 2018 13:00
Show Gist options
  • Save slikts/1c94ea1446cd9e8e6edbfd737ac3c24e to your computer and use it in GitHub Desktop.
Save slikts/1c94ea1446cd9e8e6edbfd737ac3c24e to your computer and use it in GitHub Desktop.
const Delay = duration => new Promise(resolve => setTimeout(resolve, duration))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment