Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquerry shorthand for fetch

$.ajax("https://api.github.com/users/octocat/repos").done(function(data) {
 console.log(data);
});
Source by courses.bootcampspot.com #
 
PREVIOUS NEXT
Tagged: #jquerry #shorthand #fetch
ADD COMMENT
Topic
Name
5+4 =