Learn Asynchronous Programming by Building an fCC Forum Leaderboard Step 44

Here is the link to Step 44 :
Learn Asynchronous Programming by Building an fCC Forum Leaderboard: Step 44 | freeCodeCamp.org

I don’t understand why my code isn’t passing the Check Your Code test.

Here’s my code:


const avatars = ((posters, users) => {

})

You have too many parenthesis I think?
Take off the outer two.

1 Like

:pray: Thank you so much! That solution worked perfectly. I really appreciate your help. :blush:

1 Like