Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Last active May 29, 2018 14:52
Show Gist options
  • Save Hydrock/09f90ad29de7b817c861e45f9bcc0e83 to your computer and use it in GitHub Desktop.
Save Hydrock/09f90ad29de7b817c861e45f9bcc0e83 to your computer and use it in GitHub Desktop.
fetch('https://jsonplaceholder.typicode.com/posts/1')
.then(response => response.json())
.then(data => console.log(data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment