Skip to content

Instantly share code, notes, and snippets.

@MauricioRobayo
Last active November 26, 2021 10:30
Show Gist options
  • Save MauricioRobayo/7a0486909ae1e9beb0408a67ebb9f20e to your computer and use it in GitHub Desktop.
Save MauricioRobayo/7a0486909ae1e9beb0408a67ebb9f20e to your computer and use it in GitHub Desktop.
#gogofast
const sleepMs = (delayMs) => new Promise((resolve) => setTimeout(resolve, delayMs));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment