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.
.
Aha - the test case is actually correct, the variables could be named better though. I've renamed
false_key
tokey_with_falsy_value
to make the intention uber crystal clear :)I've also added an extra sentence in the description that mentions this. Thanks for the feedback!
An empty array will only return true when the sum required is zero.
Added an example in the description.