Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pfftdammitchris/f0da156856f2c52c9114e291eb8e6c47 to your computer and use it in GitHub Desktop.
Save pfftdammitchris/f0da156856f2c52c9114e291eb8e6c47 to your computer and use it in GitHub Desktop.
async function start() {
delay(100).then(() => start())
// This invocation's resolution is here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment