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

Tell us what’s happening:

Seems to be some kind of error. I can’t see anything wrong with the code I have here. Thanks in advance.

Your code so far

<!-- file: index.html -->

/* file: script.js */
// User Editable Region

return `<a href=${url}></a>`


// User Editable Region
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

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

Oh, nvm. It wanted quotes around ${url}. I thought I tried that. Good to close this one, thanks.