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.
Fix spelling error in the title
This kata does not really get in any difficulty levels of codewars, As i understood from the poor task description, main task is to create an array variable, which has extremely easy solution which can be found anywhere if searched, and by my guess the kata would only require single test case that checks length of array, since user chooses them manually.
So i wouldn't really consider this as appropriate Kata, adding difficulty to it is really nessecary.
Let's try to be constructive: you should example tests, possibly random test cases and had some coding challenge to the mix to have a proper kata.
Currently, this kata cannot even qualify as a bugfix kata of given code, the testing suite is poor (only two tests and not even so precise in their message) and I would recommend solving a few more problems before trying your hand into this kind of task :)
Where's the kata ?
Useless description. No example tests. Totally unclear what is to be done, also because the error messages for the submit tests say "too many" when too few items are in the array, and "too few" when too many !?!
And the submit tests don't test array elements are animals either, they can be anything (including
undefined
).Also, spelling erors everywhere.