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.
Good idea, but using if like that is less efficient because it forces the computer to check everything sequentially. For example, if the day is Tuesday (3), it still has to check Sunday and Monday first! Using a switch statement instead would be faster because the computer can jump straight to the correct day. Just a suggestion, but your code is still okay!"
you don't need break return does that for C
fixed, thanks for your report
Approved!
Typescript Tranlation!
Classic Kata, thanks
But week starts on Monday :p
Enabled in this fork
UPDATED GROOVY TRANSLATION
Changes:
Groovy Translation
Lua translation !
"My solution does not work" is not a kata issue.
Please see this paragraph of documentation: https://docs.codewars.com/training/training-example#writing-a-solution
hello could someone please guide me I solved the problem in netbeans but when I paste my code in the page it sends me errors.
Approved
Scala translation
Loading more items...