Skip to content

Instantly share code, notes, and snippets.

@ktilcu
Created October 18, 2017 17:42
Show Gist options
  • Select an option

  • Save ktilcu/5a5e1ceb7a023d0bfa051313df91d41d to your computer and use it in GitHub Desktop.

Select an option

Save ktilcu/5a5e1ceb7a023d0bfa051313df91d41d to your computer and use it in GitHub Desktop.
const makeRequest = () => {
getJSON()
.catch(console.log)
.then(JSON.parse)
.catch(console.log)
.then(console.log)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment