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
Neither assigning the function to the variable nextBirthdayOfTheWeek nor named function works for me.
This comment is hidden because it contains spoiler information about the solution
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
Ruby 3.0 should be enabled.
JS and Ruby should not use Test.expect
JS should be updated to Node 12.
This comment is hidden because it contains spoiler information about the solution
CoffeeScript translation Kumited! Please accept :D
This comment is hidden because it contains spoiler information about the solution
In the Java version, the description reads:
which is not true for 2 reasons:
name
property does not exist.fullName
property is notpublic
.In the Java version, the description says:
but the code diesn't do this. The constructor code only saves the
firstName
andlastName
instance variables. The instance variablefullName
(notname
) is present but never usedUsing public fields is a bad practice since it brokes
JavaBean
Pattern in the Java translation.This comment is hidden because it contains spoiler information about the solution
Loading more items...