Skip to content

Instantly share code, notes, and snippets.

@Gaafar
Created March 16, 2017 19:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaafar/d28c62ad9a92b8e4ecf7b34e253d4dd8 to your computer and use it in GitHub Desktop.
Save Gaafar/d28c62ad9a92b8e4ecf7b34e253d4dd8 to your computer and use it in GitHub Desktop.
const makeRequest = async () => {
const value1 = await promise1()
const value2 = await promise2(value1)
return promise3(value1, value2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment