Skip to content

Instantly share code, notes, and snippets.

@Gaafar
Last active March 25, 2017 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaafar/c5f60d00d9923427a30db29ffedc6c9d to your computer and use it in GitHub Desktop.
Save Gaafar/c5f60d00d9923427a30db29ffedc6c9d to your computer and use it in GitHub Desktop.
// this will not work in top level
// await makeRequest()
// this will work
makeRequest().then((result) => {
// do something
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment