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.
Can you please explain how this solution works so we can learn from the best practice?
I cannot pass -257.8333333333333, as it says in the description that it should return true if the absolute part is odd and 257 is an odd number, however it says that it expects false which doesn't make such sence looking at the description.
Edited, please mark the issue as solved if satisfied.
Done, thanks you for the suggestion
my bad, has been edited
I think that the default name of the argument should say sheep not sheeps, eveything else is great, voted up
Having weird difficuilties in JS as my code passes all tests but one, the one where I have to find the last digit of 9 in power of 7, for some reason instead of 4782969, my code returns 1.1790184577738583e+61 and therefore the last number is 1 instead of 9.
Trying to solve the kata in JS. I can see with console.log that input is [ [ 1, 2 ], [ 3, 4 ] ] and output is [ 1, 2, 3, 4 ] However it says that TypeError: Object # has no method 'assert_equals' Not sure how to go about it