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.
Got it! Thank you for helping so quickly. I like this type of challenge a lot.
Yes, random tests. Yes, JS. I will try again. Thank you.
Hi, I have a question regarding different expectations for the same input.
I have triple checked to make sure, but please let me know if I have missed something.
Log
a=[1,1,1] b=[2,2,2]
Expected: '[1, 2]', instead got: '[1, 1, 1, 2, 2, 2]'
Log
a=[1,1,1] b=[2,2,2]
Expected: '[1, 1]', instead got: '[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]'
Again, if this is either part of the puzzle, or if I have missed something, please let me know. Not looking to create spoilers, just stuck.
Thank you.
Solved it. I was working on it in JS and found my bug. Thank you.
Same here, is this still unresolved?