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! Why do I have such a result?
Expected: [764, 987, 567, 155, 329], instead got: [329, 312, 181, 266, 606]
what are the parameters here: a.letgth = ? i = ? n = ?
Thank you, so much! It helped!)))
This comment is hidden because it contains spoiler information about the solution
the test has limited cases. when you attempt, it runs more number of different cases than during initial test. Probably it is showing an error in cases when array2 or array1 are null or None. what to do in these cases has been specified in instruction
Hell, all!
Why array2 is not iterable?
when I apply any of the iteration methods to array2 - it's an error.
the test passes, but when I press try, it says that array2 is not iterable.
I agree. My mistake is that I misunderstood the task. :)
Unfortunately you are wrong. Look at the top of the page: 13404 people passed the JS kata. If there were errors somebody would have seen them before. Cheers.
Hi, guys!
Maybe I'm wrong, but this test is wrong "testing(longestConsec(["wlwsasphmxx","owiaxujylentrklctozmymu","wpgozvxxiu"], 2), "wlwsasphmxxowiaxujylentrklctozmymu")"
Because, this array has the longest string at index 1.
Correct me if I'm wrong. Thanks!