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.
Description says select the third element of the array and the third letter of that element. But the first test takes the second element (0,1,2) and takes the 4th letter of that element (N) and returns nectarines as result. In this case test should return nothing here.
Hey dke! I wonder what does this mean "yes it is possible - Expected: true, instead got: false"
I get this warning but I can'T see for which test case it did not pass. Is it normal to not see the test case? My function passes many cases but not the some of edgy ones, I would like to see how edgy they are :)