Skip to content

Instantly share code, notes, and snippets.

@patarkf
Last active June 10, 2017 18:06
Show Gist options
  • Save patarkf/33748baae556f61cd3a698b6fdb5a0ca to your computer and use it in GitHub Desktop.
Save patarkf/33748baae556f61cd3a698b6fdb5a0ca to your computer and use it in GitHub Desktop.
async function myAsyncFunction() {
const result = await somethingThatReturnsAPromise();
console.log(result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment