Hello hello. First post here. Hoping that someone will be willing to help? I am having the toughest time solving the "Consecutive Ducks" challenge...certainly seems higher than a 7 Kata. = ( From trial and error and reseach, it does seem that I will have to have a static number which I will add too intil the sum value passes that of the arg but that's about as far as I've gotten. Any who, I would appreciate any guidance / suggestion on the direction I should be headed. Thank you. **Javascript
For Ada, you can request new languages on Codewars runner board.
D is supported in kumite, but not in kata. There's also a related issue, so you could ask there about progress and further plans.
Hello! How can I get someone to review a translation? I made this one a while ago, but it is still stuck without a review. I guess the Kata's author is unavailable.
Hello hello. First post here. Hoping that someone will be willing to help? I am having the toughest time solving the "Consecutive Ducks" challenge...certainly seems higher than a 7 Kata. = ( From trial and error and reseach, it does seem that I will have to have a static number which I will add too intil the sum value passes that of the arg but that's about as far as I've gotten. Any who, I would appreciate any guidance / suggestion on the direction I should be headed. Thank you. Javascript
Its going to depend on your math skill. It frustrated me too and that motivates me to learn more math oin my own.
there is a pattern to be noticed about the numbers ;-)
Hello hello. First post here. Hoping that someone will be willing to help? I am having the toughest time solving the "Consecutive Ducks" challenge...certainly seems higher than a 7 Kata. = ( From trial and error and reseach, it does seem that I will have to have a static number which I will add too intil the sum value passes that of the arg but that's about as far as I've gotten. Any who, I would appreciate any guidance / suggestion on the direction I should be headed. Thank you. **Javascript
I see. Thank you for the heads up!
For Ada, you can request new languages on Codewars runner board.
D is supported in kumite, but not in kata. There's also a related issue, so you could ask there about progress and further plans.
There is a plan to add Ada and D to katas? I saw before that there's the D compiler in beta, but I have seen that for many months.
Hello! How can I get someone to review a translation? I made this one a while ago, but it is still stuck without a review. I guess the Kata's author is unavailable.
Better if you put this in that kata's discussion
Hello hello. First post here. Hoping that someone will be willing to help? I am having the toughest time solving the "Consecutive Ducks" challenge...certainly seems higher than a 7 Kata. = ( From trial and error and reseach, it does seem that I will have to have a static number which I will add too intil the sum value passes that of the arg but that's about as far as I've gotten. Any who, I would appreciate any guidance / suggestion on the direction I should be headed. Thank you. Javascript
Yes '()=>' also works
Ugh this solution is so good. I love it.