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.
This comment is hidden because it contains spoiler information about the solution
"If the strings are different lengths the function should interlace them until each string runs out, continuing to add characters from the remaining strings."
^The instructions say the above. Consequently, for this test case:
["AY2e7tm4xw", "3Lp/.51wbC(", "(C@;", "y56@l", "wzA", "h8gBPZX94:,a;", "Caq", "MOJ", "RYP", "/O/v<+uT/YNX:Xv", "G7", "fTryDWUha?fbk", "K,Ir:@D", "l.", ".FHyK.o"]
the output shouldn't be "A3(ywhCMR/GfKl." right? It should continue until each string is empty...at least that's my understanding
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution