This challenge may be a bit more advanced than the others. This section of the curriculum is considered by many to be too early, you can return to this later if you find it too hard.
My advice would be to read carefully how map(), filter() and reduce() work on the documentation, and figure out which ones you need to solve the challenge, and how to use them.
I will just remind you you can chain them: arr.filter(...).map(...)
In this case map() is called on the array returned by the filter() method
At least you guys need to tell us in the lesson that we have to find out ourself about these three functions
I thought I forgot or miss something on your class.
But no, it’s totally new,
So please insert some guidelines, such as, search on MDN web docs to find out yourself about these functions, and we newbie can get that idea, and we dont need to create a topic to ask about it,
There have been some delays in updating the challenges to last version, but this has been done for a few months, it just needs to be deplyed to production. Hopefully they will manage soon!