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.
Expected and actual params in the fixed tests were flipped. Fixed.
There is a bug in the test cases which will return
NaN
if your solution is returning non-numbers.But the test cases are locked so it can't be changed anymore. It also doesn't affect correct solutions. Which means you need to try harder ;-)
Not an issue.
Not an issue. The function parameter names are arbitrary anyway, and there is no ambiguity there as to which one is which.
Not an issue, a question.
Not an issue, this is how the test framework works.
Javascript. What are the context for NaN outputs. The instruction clearly states to find the sum of the sequence and if begin is greater than end sum should be 0. However, some of the expected outputs are asking for NaN. I already have a code written which give the sum of the sequence and if begin is greater than end sum is 0.