Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created October 11, 2017 14:25
Show Gist options
  • Save zlatkov/56fb22ed2013d86bd381238d242e250e to your computer and use it in GitHub Desktop.
Save zlatkov/56fb22ed2013d86bd381238d242e250e to your computer and use it in GitHub Desktop.
// ajax(..) is some arbitrary Ajax function given by a library
var response = ajax('https://example.com/api');
console.log(response);
// `response` won't have the response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment