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) => {
})