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.
Is this bad practice?
How is this passing this test case "23.245, 1e1"?
This has a glitch in it that is not caught by the kata test cases. Taking the absolute value of num for every entry will throw false positives for negative input numbers. For example day = "Monday" and num = -12 with return true when it should be false.
This is not according to the rules of the kata?