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.
Don`t work with test case Expect(QuarterOf(4)).To(Equal(1))
good as shortest solution, but not obvious with magic numbers
that was because there were too much data to print to the console. Handled
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.
There's another kata that forbids use of string , this one's too late to change
NaN !== NaN
. Default JavaScript behaviour.Possibly you are under the impression that
NaN === NaN
.I thought that it is about knowing decimal to binary converting algorithm, so i wrote my own converting function but... Now i see that i was wrong and this was just about learning toString() :)
Came here to look whether I didn't created a dulpicate kata, but just discovered I have created a kata which @alexeyten and @IVBakker wanted ^_^
It's ok now
http://www.codewars.com/kata/reviews/55400338b8a14223d2000014/groups/55797fa235e08ec1b3000168
http://www.codewars.com/kata/reviews/55400338b8a14223d2000014/groups/5581cbe8e62f9d925200003c
Which solution exactly fails it? Those that I tested work fine with big numbers. But I'm not sure this kata was actually intended to test big numbers - that's rather a question to the author about his intentions, not an issue.
If your original issue is resolved, please mark this as resolved. Otherwise this kata will stay beta until you (or the author, who is probably now inactive) mark it as resolved.
This comment is hidden because it contains spoiler information about the solution
Simple kata just need to be rated simple. Feel free to write another one linked to this one where you disable the trick.
This comment is hidden because it contains spoiler information about the solution
Loading more items...