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.
Thank you so much!
I missed that instruction. I coded the function by matching at least one value and not "exactly one" value as 1:1.
Thanks again!
I already spent too much time trying to figure this one out so I am reaching to another pair of eyes:
Basic test # 9 is passing these 2 arrays:
[ 2, 2, 3 ]
[ 4, 9, 9 ]
My code returns true but the test fails because:
Expected: false, instead got: true
Can someone help?