The Twitch API Challenge

I think it just means the channel info should have a link that takes you to the channels Twitch page. Doesn’t matter if the channel is online or offline it should have a link to the channels Twitch page.

I want to make the username a link to their Twitch page like in the example app. You can see what I tried in my current code. The username isn’t even appearing now. What am I missing here?

You are not doing anything with the data (key, value) inside else if (key === "user_name"), only in the else that follow.