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.
python new test framework
Very interesting, i didn't even know about a such
Number
method.i am 5 kyu in java but i don't get this kata
not bad
The test case part can be thought as different case. So it's ok.
But in description
16th October, 1990
is Tuesday not Friday.The description is still wrong.
You should modify the
October
toNovember
not example.In javascript, current example is:
And the test case is:
Neither assigning the function to the variable nextBirthdayOfTheWeek nor named function works for me.
This kata has a little bit trick, but passed. Thanks for this kata because learned a new thing.
I really should read the discussion before starting - weird unspecified conditions like this are incredibly annoying.
This comment is hidden because it contains spoiler information about the solution
Yeah, I was confused too. I've updated the description so it should be okay now.
Fixed, changed
new Date(1990, 10, 16)
tonew Date(1990, 9, 16)
for JavaScript.Meanwhile on
Math.radians(905)
:java version has to clearly specify the words "create a getFirstName(), getLastName() and getFullName() methods" (8 kyu programmers don't know much about the test cases/ errors and probably won't be able to figure out that they have to write the functions, it looks more like a correct the code question) method and the discription talks about name and not about fullName variable as given in the code.
This comment is hidden because it contains spoiler information about the solution
Loading more items...