Skip to content

Instantly share code, notes, and snippets.

@danielrotaermel
Last active December 16, 2020 15:22
Show Gist options
  • Save danielrotaermel/bc27430cb26266d587e2c776730af1de to your computer and use it in GitHub Desktop.
Save danielrotaermel/bc27430cb26266d587e2c776730af1de to your computer and use it in GitHub Desktop.
anonymous async function
// anonymous async function
(async () => {
console.log("use await here!");
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment