mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
AAAAAAAAAA PROGRESSSSSS
This commit is contained in:
parent
2fa4c2b581
commit
ac5b791264
@ -1,3 +1,5 @@
|
||||
$.getJSON("/games.json", function (data) {
|
||||
console.log(data);
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
console.log(data[i].name);
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user