Accessing Wikipedia API elements

here’s my codepen

I’m trying to access “extract” of one of the objects, then to access them all through a for loop
as I don’t want to address the object by its name, I tried to use the brackets to access extract for object 0 but it returned undefined

example for the json data I’m talking about

yeah, luckily I discovered this for in loop which was new to me, very handy.

I think I’m done with the project except for one issue that’s bothering me, the left side border on the results is not taking the full length, I’ve tried setting the border radius to 0 but I’m still having that issue

so it was a pesky almost invisible border causing this, that worked, thank you!