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.
The inputs "should both be numbers that are above zero". That means integers or floats afaik. Your solution doesn't work if both numbers are floats.
Perhaps the test cases should be extended or the description should be changed accordingly.
Nice trick with the + to convert toFixed's string output!