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.
Got it shortly after this. Floor was fine. Simply weren't enough decimal points first time I declared the variable, so some integers were rounded up that had, say, .99.
Language? Input of those tests? AFAIK javascript is working fine with floor.
Floor is supposed to round down integers. Why are there two or three tests on the attempt that round up instead?
This comment is hidden because it contains spoiler information about the solution
Does anyone have issue with JavaScript?
No matter what you declare descendingOrder to be, there is an error saying it isn't declared.
Yes, and it is in your code, read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
I pass all three tests, but only about 25 of the 100 attempts. There has to be some kind of error.