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.
Three years later...
I have updated Ruby, JS, and CoffeScript to use assertEquals now that they can be edited again.
Yes, I agree with you. Unfortunately, the Kata is no longer editable.
Ah, oops! OK, I've amended that test case so it should work both ways. Thank you!
The current solutions were invalidated anyway on the
"should render the leaderboard with a subset of users"
test - theleaderboard
variable still contains all 100 names.Great point, that's a much better way to do it! I've updated the example test cases and test cases to use your suggested tests. I've also kept the leaderboard array preloaded so current solutions won't be invalidated, but hopefully people will use your way going forward. Thank you! =)
I absolutely agree. The "react" way is to pass data in from the top and not use a global array...