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 kata is broken.
1º The sample test ask you to return 0, and the final test to return undefined
2º You can pass this kata without actually showing on the console the numbers divisible by 5, no matter what you do.
Syntax for only assertion in the entire test suite is incorrect which allows an empty function to pass all tests. Perhaps you should try to complete more Kata and carefully observe their test cases before attempting to write a Kata. Writing a high-quality Kata requires lots of experience and effort.
This comment is hidden because it contains spoiler information about the solution