Wikipedia Viewer - Feedback welcome!

Pretty much a total beginner here working my way through FCC. Not going to lie, feeling pretty proud of this project. I managed to implement all the functionality I envisioned from the start on my own and it seems to be working well. One particular point I’d love your feedback on is my code structure and formatting. I feel that the way I’m populating the html divs with data from Wikipedia could be done more efficiently with a loop, but I haven’t figured out how to implement that yet, so it’s just hard coded in for now.

nice Javascript code, am working also on something like that in bootstrap

1 Like

Thanks! I would love to see your code when it’s finished.