Jquerry Shorthand zum Fetch
$.ajax("https://api.github.com/users/octocat/repos").done(function(data) {
console.log(data);
});
Excited Elk
$.ajax("https://api.github.com/users/octocat/repos").done(function(data) {
console.log(data);
});