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.
I fixed it, thanks
Your implementation of the random tests makes it possible for the function to be passed no arguments, which contradicts the description.
Python translation
Rejected
Haskell translation waiting for approval, please
https://www.codewars.com/kumite/662e6f30eda528006aca4392?sel=662e6f30eda528006aca4392
Nice. Something new for me. Hint: look up functions with double parentheses or currying functions.
Oh god:0
This kata only supports up to node 8 and the
??
operator was introduced in node 14.What is wrong?
I
m sure that my function works...
??- defines whether variable is defined, if this one doesn define so its takes value after
??` signIts too difficult for 7kyu
kata very good!
Duplicate of other "implement a currying function" katas.
Fixed.
Needs random test cases
I think, it's worth it to introduce edge cases like
calcualte(1)()
or evencalcualte(1)()
which should return0
orundefined
.Loading more items...