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.
Before authoring kata's I suggest you ask for advise on Discord or read the authoring guidelines.
I haven't seen the bug for 3 days!
i passed the tests, yet my solution is wrong for 2*positive and 0
You're supposed to check if there are exactly two positive numbers.
Please read the description. It's one line; you should be able to do that.
That test is correct.
"twoArePositive": Test case is buged returning:
(4, 6, 10): expected true to equal false
Clearly all numbers are positive but they expect false please correct the wrong test case.
Please read the description.
Why 4 6 10 == false?!