Exercise 3 - Debugging

Let's practice our debugging skills!

<ul id="pokemon-list"></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 Pokémon evolutions

    Finished?

    All finished? Head on back to the Lesson