Skip to content

Instantly share code, notes, and snippets.

@Gaafar
Last active June 18, 2019 16:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaafar/30a2a05731e6dcfa786456d240a59c91 to your computer and use it in GitHub Desktop.
Save Gaafar/30a2a05731e6dcfa786456d240a59c91 to your computer and use it in GitHub Desktop.
syntax-async
const makeRequest = async () => {
console.log(await getJSON())
return "done"
}
makeRequest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment