Jquerry Shorthand untuk Fetch

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