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.
Please proofread this description.
Tests are missing
proper tests missing...
You can embed that picture in the description, instead of linking to it.
![alt text](link)
or an HTMLimg
element.Looks quite good now :)
Just a side note: You don't need to check if the return value is not falsy. It doesn't achieve anything when you should instead check against the expected result.
Yeah , sorry i have updated it to random testing :)
Well, I still dont know exactly how the test cases work , but I`m trying thank you for your comment :D
Test.assertSimilar
to compare numbers?Test.assertEquals
is fineDuplicate
1 fixed test, 0 random tests.
No random tests ? check my solution ;)