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.
works great! Thanks for the quick fix.
The Random tests are all failing for me with the following error.....
Random tests
Testing Step:
ReferenceError: prime is not defined
at stepSol
at Object.Test.it
at Object.Test.describe
Liked this one, and it made me update my logic for checking Prime'ness, since my original took to long to run for the larger numbers.
This comment is hidden because it contains spoiler information about the solution
Very nice!
additional tests to pass in some unexpected values would be beneficial.
Very easy, maybe some additional logic in there to trip up the users. Even then though this is probably an 8kyu as best.
Additional tests should be added for this. The solution is also easily google'able, should probably be a 6kyu at best.
nstructions do not indicate that first character cannot be a number.