Skip to content

Instantly share code, notes, and snippets.

@nsacerdote
Created October 2, 2020 12:39
Show Gist options
  • Save nsacerdote/1a5ae6a1b0f74d2f247e55d9a29988a2 to your computer and use it in GitHub Desktop.
Save nsacerdote/1a5ae6a1b0f74d2f247e55d9a29988a2 to your computer and use it in GitHub Desktop.
function doSomething() {
return fetch('http://example.com/movies.json')
.then(response => response.json());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment