Skip to content

Instantly share code, notes, and snippets.

@s-taylor
Last active September 27, 2017 22:22
Show Gist options
  • Save s-taylor/fceb52d22065be6fcb494499e58ba393 to your computer and use it in GitHub Desktop.
Save s-taylor/fceb52d22065be6fcb494499e58ba393 to your computer and use it in GitHub Desktop.
Understanding async await - part 2
someAsyncThing()
.then(result => { ... })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment