Skip to content

Instantly share code, notes, and snippets.

@mrienstra
Last active March 5, 2025 08:48
Show Gist options
  • Select an option

  • Save mrienstra/8aa4eeeeab2012d2aa8ffc7f5e45f280 to your computer and use it in GitHub Desktop.

Select an option

Save mrienstra/8aa4eeeeab2012d2aa8ffc7f5e45f280 to your computer and use it in GitHub Desktop.
await new Promise(function (resolve) {
setTimeout(function () {
resolve();
}, 1000));
});
@Yn8en
Copy link

Yn8en commented Nov 5, 2021

very nice & clear explanation, laid out very well!
I like it, to the point!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment