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.
Fixed.
It doesn't count. The Test6 won't fail without considering the negative sign either. The instruction says "If two numbers in the argument array have the same number of digits, return the first one ..." In Test6 that is the case.
My tip to anyone doing the java version: Just don't.
What I stumbled upon:
Input words:
wqlq, mq, lb, , jt, e, fo, ej{, lhd, u
expected:
wqlq, mq, lb, [jt, e, fo, ej{, lhd and ]u
Now mysteriously
[
and]
characters appear out of nowhere?Can't be bothered with it.