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
OP solved it, closing
Good, now we have a starting point. So now, what is the
length
ofstringArray
immediately after its declaration?what does the first appearence of
stringArray
in your code look like?well then, you're not carefully logging the sequential variations of
stringArray
thoroughly enoughWhat exactly are the first three (3) lengths of
stringArray
throughout your code while attempting this test case?you logged all the steps to the construction of
stringArray
? you're aware of its length at all times?you could
console.log()
the steps of your code to see how you're getting your result...issue
is only for when you can show there is a problem with the kata, not if you can't solve it. Instead post as aquestion
.