Created
October 18, 2017 17:42
-
-
Save ktilcu/5a5e1ceb7a023d0bfa051313df91d41d to your computer and use it in GitHub Desktop.
This file contains hidden or 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() | |
| .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