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.
This part of the description is misleading because there are no signal inputs involved in this katas; the program takes no inputs and generate some outputs. In fact it probably doesn't even need to be mentioned since this will not affect testing in any way (as tests have handled this already).
Shouldn't the register be a generator? The kata design as is is so different from the actual in-game behaviour that it can barely be called as such.
It's not mentioned that the resulting slice should be converted back to a decimal integer.
This statement means "take
n
first elements and lastf
elements" which is the opposite of what the task is.Sample tests should explicitly import the test framework and solution.
As it was pointed out here,
chai
is not configured properly.Don't change text color in the description in a way that makes it hard to read.