Skip to content

Instantly share code, notes, and snippets.

@0GiS0
Created January 29, 2019 07:31
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 0GiS0/89dc403f74098d932a0fa62dec742d32 to your computer and use it in GitHub Desktop.
Save 0GiS0/89dc403f74098d932a0fa62dec742d32 to your computer and use it in GitHub Desktop.
fetch('https://api.chucknorris.io/jokes/random')
.then(res => res.json())
.then(console.log);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment