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.
No, the solution would be using an initial value. MDN Docs about reduce.
reduce
isn't used in the solution so I guess you're using it in your code (and you're not setting an initial value and using it on an empty array), can't tell you more without seeing it.Same, for the life of me I can't figure it out - I try to change my rounding and it seems to mess another test up
This comment is hidden because it contains spoiler information about the solution