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.
:-)
This was a realy awesome kata, loved it!
Who's code is more readable :)
imho # of lines means nothing.
I figured out that I was misreading, the error happens after the logging of everything, so I was comparing my logs with the wrong test fail
This is not a KATA issue, it's an issue with your code (different things)
This kata has 1724 JavaScript completions, which means it's very likely a problem with your code.
If you want further help, you can post a new comment using
QUESTION
label, adding your code, marking it as spoiler, and formatting it properly (link here)I'm having some issues with the test this Kata includes.
I'm having this error : After applying rank of -7 the progress was expected to be 10, but was actually 1
When I log that rank I'm getting -6
Anyone has the same issue?
I have done this like this but started at i = 0 for this exact reason.
I'm like ok just return true, but yeah... still mess up and program returns false for some reasons
Oh great, didn't think of spreak to prevent using the apply() on min and max, will think about it in the future
I feel like this should be more complex, this can be resolved in like half a line in JS. Be creative ;)
This comment is hidden because it contains spoiler information about the solution
And I did like 2 for loops aha :o
And I did like 2 for loops aha :o
I really love how I have like 80-90 lines of code to encrypt and decrypt and I'm like super proud of myself because it only took me 3 hours (2h57 to be exact) and you click finish and you're like yeah great and then you see that some people did it in 10 lines...