Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created October 11, 2017 14:30
Show Gist options
  • Save zlatkov/cbd87df9ff2922512609a36d4155274a to your computer and use it in GitHub Desktop.
Save zlatkov/cbd87df9ff2922512609a36d4155274a to your computer and use it in GitHub Desktop.
ajax('https://example.com/api', function(response) {
console.log(response); // `response` is now available
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment