Tell us what’s happening:
I have tried literally everything, I have to be correct! There has to be a bug, because I did exactly what the instructions said to do–“replace the p element with an a element,” right? I did that. There’s the a element. Right there.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
<a href="${forumTopicUrl}">${title}${forumCategory(category_id)}</a>
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Learn Asynchronous Programming by Building an fCC Forum Leaderboard - Step 54