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.
Retired.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/145.
Please join the discussion to help us identify duplicate kata and retire them.
I think there was no need of exception handling here.. anyways..
Because digits isn't a string for some input value.
why digits.split('') is not a function ?
Looking for friends
You probably forgot to handle the case where the input is
undefined
;-)fixed
https://www.codewars.com/kata/59cf805aaeb28438fe00001c/train/javascript
Hi, can this be considered a correct decision?
all tests pass but the operator swears at the spread
Yes, im agree. The code is okey and all conditions are included.
Please check the issue above.
Yeah, im pretty sure my code is okey, also tests seems broken...
Also when it works on my visual studio but here it brings
Answer on my pc = 2 + 3 + 5 + 0 + 7 + 0 + 8 + 7 + 0 + 8 + 8 + 8 + 7 + 4 + 0 + 1 = 68
Answer here = 0
Something is not right
Language-specific blocks in the description are broken.
Approved
python translation:
https://www.codewars.com/kumite/5e9fec11546bba0033012f61?sel=5e9fec11546bba0033012f61
Loading more items...