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.
The reference solution allows that lines will be drawn moving up or left. The description does not specify this will not happen.
The tests allow solutions that only allow lines drawn moving down or right.
Set
chai.config.truncateThreshold
to0
, to make error messages likeexpected [] to deeply equal [ Array(10) ]
actually report the expected value. Right now, they're pretty much useless.Representing an array of characters as a string instead might reduce the visual clutter in the description ( and everywhere ).
No random tests.
Tests produce useless error messages.
What is
n
?