Skip to content

Instantly share code, notes, and snippets.

@s-taylor
Created September 22, 2017 05:27
Show Gist options
  • Save s-taylor/0fb274947425ba6c70780a1beff8895c to your computer and use it in GitHub Desktop.
Save s-taylor/0fb274947425ba6c70780a1beff8895c to your computer and use it in GitHub Desktop.
Understanding async await - part 1
const result = await someAsyncThing();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment