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.
But your second code passed the tests. :]
This comment is hidden because it contains spoiler information about the solution
I think the factorial for big input numbers (like 67) gives
infinite
as result.Actually all the characters following your modification are considered to be changed (compare the lines char to char):
"12345"
->
"012345" => 5 characters changed
I'm gonna repeat myself: please provide a clear example of code you think is correct or nothing can be checked.
This comment is hidden because it contains spoiler information about the solution
No broken. Your code not working is not an acceptable issue. Please come back after carefully reading the description, and with a clear example of valid code, failed tests, logs, etc. See: https://docs.codewars.com/training/troubleshooting.
This is broken and frustrating. Added 2 chars, tests fail because "You've modified 9 characters". Sometimes it's 9 sometimes it's 14, while i always change 2 chars.
looks like there's an error in JS test: if i inlclude "upon" in the removal list the test fails.
Removing "upon" from the list of words to exlude it works.
Please fix, it was very frustrating
this is disappointing and bad written