Learn Asynchronous Programming by Building an fCC Forum Leaderboard - Step 67

Tell us what’s happening:

idk why I can’t finish this lesson

Your code so far

<a target="_blank" href="${forumTopicUrl}${slug}/${id}" class="post-title">${title}</a>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 OPR/105.0.0.0

Challenge Information:

Learn Asynchronous Programming by Building an fCC Forum Leaderboard - Step 67

ok… I just swapped the attributes like this: “</a class=“post-title” target=”_blank" href=“${forumTopicUrl}${slug}/${id}”>${title}<//a>" and the test passed…

I created an issue for this since the tests shouldn’t be fixed on accepting a particular order for the attributes

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.