Created
June 9, 2020 18:31
-
-
Save kabeer11000/a6148b490ce41c7c353b686ef4c698f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
$.getJSON('https://kabeer11000.github.io/JSONAPIS/prominecraft/minecraft.json', function(data) { | |
for (var i = 0; i < data.length; i++) { | |
console.log(data[i].name) | |
} | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment