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.
It might be... I understood it on first read.
If you click through to actually try to solve you'll see it is correct.
I'm not sure there is actually a way to word it in the reverse.
But compare their examples to the function and arguments given, and you'll see it matches the instructions.
.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I would change variable names to "secondsInMilliseconds, minutesInMilliseconds, etc..."
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce
It is the initial value (to add the value at index 0 to.)