Well, I GUESS that's an option too.
For Typescript it's lacking tests for strings that are less than 2 chars long. As per description we should just return the string if its' length is less than 2 chars long. However lot of solutions didn't take that into account and still passed.
I'd say it's a bug.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Well, I GUESS that's an option too.
For Typescript it's lacking tests for strings that are less than 2 chars long.
As per description we should just return the string if its' length is less than 2 chars long. However lot of solutions didn't take that into account and still passed.
I'd say it's a bug.
This comment is hidden because it contains spoiler information about the solution