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.
You just do addition but instaead of carrying the numbers over, you just write make a new digit in the number.
So 11 + 11 = 22
So 88 + 88 = 1616
You need to click on TRAIN button, and you will be presented with a kata trainer view and two panels of main interest:
Well, if you hit the 'Train' button, you should be able to write code on the right side, and at bottom right you'll see a few testcases. (relevant link)
You will receive numbers as function arguments, and your goal is to write that function and RETURN the result.
You will complete it once you hit the 'Attempt' button and pass all test cases.
Does that make it any clearer?