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.
This comment is hidden because it contains spoiler information about the solution
Chrono79, hobovsky, damn, I'm really stupid. Thanks for the answers!
Javascript: solutions which do not handle different case pass all random tests.
Random tests do not generate inputs with different case reliably.
Tests presented inputs but only for random tests.
I updated assertion meessages of fixed tests.
To see the input, print it: https://docs.codewars.com/training/troubleshooting/#print-input
Hello everyone, I don't understand the test: should ignore case: expected '(())())' to equal ')())())'
but '(())())' should return ')))))))' - shouldn't it?