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.
Use console.log() to print your answer before returning
You're trying to read the length of
null
, that's what the error says. You have to check if it is an array first.In JavaScript I just floored seconds and it worked without any rounding. Had frustrated experience because of this "round it to nearest second".
After reading issues section I confirmed what I suspected, author derped a bit here and refused to accept that.
Some of the tests are mathematically incorrect.
Edit: NVM, rounding down is not rounding, it is flooring.