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.
how to solutions
Thanks for your post!
too easy
Review the judgment of the prime, and by different ways to improve performance. Thx!
This comment is hidden because it contains spoiler information about the solution
Have not been able to clear the following error:
TypeError: number is not a function
It only shows up on the second test case, regardless of which test case that is. That is, I comment out one of the test cases, and the first test case (regardless of which one that is) passes. The second test case returns that error!! Any ideas?
Is your solution returning a string instead of a number?
What's the matter?
Test Failed: Expected: 0, instead got: 0
This comment is hidden because it contains spoiler information about the solution