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.
This comment is hidden because it contains spoiler information about the solution
I believe that the starting block has been changed, but the test fixture hasn't been changed in a way that invalidates all the incorrect old submissions.
In fact, test.randomNumber() only returns positive integers! Which are randomNumbers, but so is this:
http://xkcd.com/221/
so we could get random-numbers with
but I digress... I DID change the number to:
But I should use even
But then original solutions like these would be damned - what a difficult choice I have to make ;)
Or you could calculate the sign:
Is that spoiler content, or not?
This comment is hidden because it contains spoiler information about the solution
You definitively managed to confuse me, thanks also for the links...
Good point. Its easy enough to polyfill though.