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.
I think this kata will benefit from adding random test cases in addition to fixed tests. This should be easy to arrange, let me know if you need help with this.
The description states some variables are provided, but it is not quite clear what are those variables exactly. I suggest to clarify this like this:
Rather than providing additional instructions as comments in Solution Setup, please move that info to Description.
There is not a single test case for leap years. Please add leap year cases.
Example Test Cases are empty. Please provide several test cases there.
Solution Setup names the function
dayOfTheWeek
, but the tests usedayOfWeek
. This causes error. Please correct the Solution Setup.