Skip to content

Instantly share code, notes, and snippets.

@dobrakmato
Last active September 22, 2017 17:39
Show Gist options
  • Save dobrakmato/1d531bffd906a5e2b880af4879a2537a to your computer and use it in GitHub Desktop.
Save dobrakmato/1d531bffd906a5e2b880af4879a2537a to your computer and use it in GitHub Desktop.
async function processData() {
const data = await downloadData();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment