Skip to content

Instantly share code, notes, and snippets.

@nesbtesh
Created August 17, 2016 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nesbtesh/4721f10e476d2380df6322eda42a27d8 to your computer and use it in GitHub Desktop.
Save nesbtesh/4721f10e476d2380df6322eda42a27d8 to your computer and use it in GitHub Desktop.
Old School
getJSON(url, function(response) {
getJSON(url, function(response) {
console.log(response);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment