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.
There are no arrays in the spec. ( They may magically appear in the implementation, but that is solver's problem, not the specs'. )
Where is this array you keep speaking of ?!?
The empty string is a valid key in objects ( ask me how I know .. :P ).
There should be fixed tests with this edge case, as well as with other somewhat falsy values for keys ( keys are always
String
s ) ( unless they'reSymbol
s, but please continue just ignoring that ), so the best you can do, apart from""
, are things like"0"
and"false"
.You should have
chai.config.truncateThreshold=0
at the start of testing ( both Example and Submit ), for better failure messages.