-
-
Save ktilcu/2ba8dac1ab0cc4d5a6774ce629dab6cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const makeRequest = () => { | |
getJSON() | |
.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