jquerry shorthand for fetch code example
Example: jquerry shorthand for fetch
$.ajax("https://api.github.com/users/octocat/repos").done(function(data) {
console.log(data);
});
$.ajax("https://api.github.com/users/octocat/repos").done(function(data) {
console.log(data);
});