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.
Needs version update
Not sure what that supposed to mean.
More test cases should be provided.
On the other side, despite having passed the kata, I don't understand this part. Make sure if the Element is "too" much that she doesn't end up in that index!
Hi Matt,
Could you please try to explain to me the benefit of using Test.assertSimilar over Test.expect?
Also, I'm not sure how to make a random test case that will populate one of the arrays with "Just Right". Is that something that is easy to do?
Thanks!
You need to use
Test.assertSimilar
when comparing arrays. also needs random test cases.