Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created October 11, 2017 14:27
Show Gist options
  • Save zlatkov/cc7947df7dba6e68a67e6febb82900ab to your computer and use it in GitHub Desktop.
Save zlatkov/cc7947df7dba6e68a67e6febb82900ab 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