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.
Why here: assertEquals(3,Solution.solve("())(((")); the correct answer is 3, and not 1? There are 4 "(" and 2 ")", so I just need to reverse one "(". What I'm missing here?
NaN expected:true but was:false
Now I get:
infinitTest(PluralTest)
✘ NaN expected: but was:
This comment is hidden because it contains spoiler information about the solution
This test fails for me:
infinitTest(PluralTest)
✘ expected: but was:
any clue?
I got: ✘ expected:<14> but was:<17>
I run my code in my IDE and the result was ok (14). Anyone has an idea what's going on?
This comment is hidden because it contains spoiler information about the solution