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.
Thanks for the translations. They are approved. What do you have in mind for the description?
I have removed the misleading statement from the problem statement. The question was initially meant to contain at least two points. More test cases were added later.
I have added this as a test case
Arghh.. Thanks. I have updated the test cases. I missed it because even as arguments solution returns true. Rectified.
Thanks for telling me. I have updated the test case.
That was it! Thanks so much!
Yeah. I don't understand this. Either we are doing something really stupid or the author's tests are failing.
Either way, can someone update this thread with some hint or explanation?
Thanks for the feedback. I have rectified the typo. The method is now always called compareVersions :)
I have also added more descriptive titles to the test cases.
I don't know how to add randomize test cases. I will read codewars docs and add random test cases when i have a little more time.
I am getting an Error for Object.keys while submitting the solution.
"TypeError: Object.keys called on non-object"
Could this be happening while executing the test cases? Can't see why my function would show this failure. Help!!!