Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created August 11, 2017 21:25
Show Gist options
  • Select an option

  • Save supasympa/ffac822654ac8b0e5cc50ea506bf6651 to your computer and use it in GitHub Desktop.

Select an option

Save supasympa/ffac822654ac8b0e5cc50ea506bf6651 to your computer and use it in GitHub Desktop.
The simplest Javascript async / await I could come up with
const main = async () => console.log(await Promise.resolve("Hello World!"));
main();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment