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.
I know, and I don't doubt that :D But if x/y could go into double digits, this kata may have been ranked 7kyu. I'm not sure :P
Notes:
But then you could take a look at the "notes" section of the description and realize that this scenario would never happen. Specification > realism.
Yes, you can rearrange the characters, you can't use the same one more than once.
Looping does not need to go through the end. It can stop much sooner if both even/odd arrays have at least 3 values, and each of them has at least 1 value.
Your JS engine is broken. It doesn't seem to be following operator precedence.
|0
would be flooring that18.04
to18
.Or... the more likely explanation is that you did not copy the entire solution when you went to test it...