Ghost
Ghost
Let me test this locally.
Bruh, i tried turning this on and going to the TFH studio, and all of the comments start refreshing, but... backwards. The new comments will start dissapearing, and after a...
> > Why does the navigation bar look so similar to W3Schools' navigation bar in the "How To" tutorial? > > It is the same exact code Yea, i kinda...
I've got an idea. Why, instead of manually updating the members list, don't we just use a GET request to https://api.scratch.mit.edu/studios/30136012/curators?
Run this: ``` let obj; fetch('https://api.scratch.mit.edu/studios/30136012/curators') .then(response => response.json()) .then(data => obj = data) ``` and then run this: ``` for (x in obj) { console.log(obj[x].username); } ```
oh well, what if we do a run on both?
pages :)
ok all needed is now to get assigned