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.
Ok. I am new to the site and this was the first kata where you had to write your own test cases. Now I see why I got the error message.
When I tried to test my solution, I got: "Failed to construct test fixture properly". Then I submitted the solution and it was accepted. Why is this? Is there something wrong with the kata or with the site? Or is it neccessary to write your own test cases?
Is it okay if you pass no arguments to funtion numbers(){ } and it returns true?
This comment is hidden because it contains spoiler information about the solution
Seriously, in real-world applications you probably want to pick out NaN when you expect actual numbers. I threw in a check for NaN on my first pass and failed an attempt because of that.