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.
Cool thanks I didn't knew that thanks :).
This comment is hidden because it contains spoiler information about the solution
I suggest you ask ChatGPT, just copy past the part you do not understand and ask it to explain in detail, this is how I do it.
"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.