Skip to content

Instantly share code, notes, and snippets.

@serhii73
Created September 6, 2019 20:03
Show Gist options
  • Save serhii73/ca7f413aa35605c30de94ca314fc4719 to your computer and use it in GitHub Desktop.
Save serhii73/ca7f413aa35605c30de94ca314fc4719 to your computer and use it in GitHub Desktop.
fetch(url).then(resp => resp.json()).then(jsonResult => { // Do some magic })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment