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.
You're correct about the expected value on the question. This was my mistake, I was looking at the wrong case on the output. Thanks for the reply.
The expected value is
false
. Your logs are incorrect.I am wondering why this is expected to return true?
array1 = [4, 4]
array2 = [1, 31]
if in order for the arrays to be equal array2 should be [16, 16]
Or maybe I am not understanding the problem correctly?
The rest of my test cases have already passed