Skip to content

Instantly share code, notes, and snippets.

@pimterry
Created November 3, 2017 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pimterry/41545de2d94608f6df03a2b94a0f7909 to your computer and use it in GitHub Desktop.
Save pimterry/41545de2d94608f6df03a2b94a0f7909 to your computer and use it in GitHub Desktop.
fetch('https://xkcd.com/info.0.json')
.then((response) => response.json())
.then(console.log);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment