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.
Why should it? April is in the 2nd quarter.
There is something wrong with tests in JavaScript.
Trivial (and obviously wrong) code timed out. It shouldn't pass any test, but it must not time out.
It's ok now
http://www.codewars.com/kata/reviews/55400338b8a14223d2000014/groups/55797fa235e08ec1b3000168
http://www.codewars.com/kata/reviews/55400338b8a14223d2000014/groups/5581cbe8e62f9d925200003c
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
What should one do with negative or float numbers?
You should either clearly state that they will not be tested or define what should
isOdd
return for-2.75
.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 add test with NaN's
Some of top solutions will fail on this test.