Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This is really weird from a mod at 1kyu.. Have YOU tried the code without them? It works perfectly fine, and of course it does, because before the reduce he's calling a map, and what's returned in the callback from map is always a number, the cast back to number happens when you do the power, there's no need to cast again in the reduce.
This comment is hidden because it contains spoiler information about the solution
If you don't fill, the array is considered empty for .map, so .map returns an empty array. You can fill it anything, even undefined, but you have to do it or otherwise map doesn't do anything.