Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created August 18, 2017 21:08
Show Gist options
  • Save radzionc/464755eb01a1e6774db4c7f9409d2376 to your computer and use it in GitHub Desktop.
Save radzionc/464755eb01a1e6774db4c7f9409d2376 to your computer and use it in GitHub Desktop.
const data = fetch('http://something.com')
.then(result => result.json())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment