Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vltansky/1b3acab04c13986c15a2ea05343e09bd to your computer and use it in GitHub Desktop.
Save vltansky/1b3acab04c13986c15a2ea05343e09bd to your computer and use it in GitHub Desktop.
async anonymous arrow function
(async () => {
// code
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment