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.
Four words:
Set
,add
,delete
,Array.from
.Please don't make a ( horribly underspecified ) task out of reimplementing
Set
, including insertion order even.The kata seems to be during the state of being fixed of critical issues: sample tests are not using test framework; specs are missing (throwing an error requires a specific message that isn't mentioned at all, and nothing is mentioned about "empty tasks". And why
mark_done
also accepts a numeric index?), and no random tests.Please only publish a kata once it's ready for beta process.