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.
If not for the comments on the codewars site, who would have let me know it was possible to learn that you can learn that people learned this here?
;
read the doc bruh
Thanks!
nice, but the first condition in the 2nd, 3rd and 4th "if" is not needed here, unless you start your check from the 4th quarter.
google "ternary".its hard to read ternary with more than 2 conditions, so a basic "if-else" for me is looking better.
you are wrong. Only 1 "if" will return a value here.
I am super noob, but ternary looks good only with 2 conditions. I would rather have more rows than a line so long