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.
I get the same error message but when I run my code with negative numbers in jsbin it runs fine.
The description does say "divide the larger number by the smaller".
I get the following error:
"Test Failed: Should handle negative numbers - Expected: 0, instead got: undefined"
All the other tests pass.
You sure you return the right values?
I've written to handle negative numbers also, but it is giving me error.