Skip to content

Instantly share code, notes, and snippets.

@sachinKumarGautam
Created December 12, 2018 15:28
Show Gist options
  • Save sachinKumarGautam/08d5b3488650143c560e5dbeef83b85d to your computer and use it in GitHub Desktop.
Save sachinKumarGautam/08d5b3488650143c560e5dbeef83b85d to your computer and use it in GitHub Desktop.
js wait function
function waitForever() {
return new Promise(r => {});
}
// Usage:
await waitForever();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment