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.
Hello, how do i know when is the turn of player 1 or 2?
i have the same error, i don't know what to do
if.index doesn't find spcace in your alphabet list, it's not an error?
Try running your solution with following test case:
assert.strictEqual(add(111, 1), 112);
Not a kata issue.
Not a kata issue, print the numbers, check why your code fails (hint: nobody told you the two numbers have the same amount of digits).
That's the very definition of random ;)
This comment is hidden because it contains spoiler information about the solution
Rust translation added
thank you man
Don't print, but return the result.
This comment is hidden because it contains spoiler information about the solution