[SOLVED] Missing something on wikipedia challenge

Hey all. Working on my wikipedia viewer challenge, and I’m trying to test if my wikipedia api call is working. I put a quick console.log function on line 12 of my Javascript code, trying to log the data. But when I enter a search term and click the button, nothing comes up in the console. I’d love it if anyone could take a look and see what I’m missing.

Link to my codepen

Any help at all is very much appreciated, thanks!

You misspelled success in the ajax options.

My favorite kinds of errors are the stupid ones. Thank you!