Step Through Debugging
The area below is supposed to be a list of interesting facts about cats! If you look at the HTML you'll see the following:
<ul id="catfacts"></ul>
And a file in this repo
/public/exercises/js/Debugging.js
is hitting an API and
supposed to populate that list! Can you figure out what's going
wrong?
Hint: Checking the console is a great place to start. Once you've identified the area, use the debugger in the Sources tab to get a lay of the land.
Here is a list of FACTS about CATS
Finished?
All finished? Head on back to the Lesson