Tell us what’s happening:
i don’t understand why the tests are not passing. can some one help me what is wrong with the code.
Your code so far
<!-- file: index.html -->
/* file: script.js */
// User Editable Region
return `<a href="${url} class="${linkClass}" target="_blank" >${linkText}</a>`;
// User Editable Region
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
Challenge Information:
Learn Asynchronous Programming by Building an fCC Forum Leaderboard - Step 42