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.
Read this: https://docs.codewars.com/training/troubleshooting#.print-vs-return
This comment is hidden because it contains spoiler information about the solution
The suggestion flag is intended to be used when someone proposes an improvement of the kata's description, or has made a fork to fix a bug, or wants a review of a translation in a new language, etc.
This comment is hidden because it contains spoiler information about the solution
just completed my first kata, it was a good Feeling .
Hey guys, i've just completed my first kata! It was pretty confusing at first time, but I understood, that programm doesnt need to include "input"
check this please : https://docs.codewars.com/training/troubleshooting#your-solution-seems-to-work-or-is-close-to-working-but-still-fails-tests
My code run correctly in ChromeDev Tools, but when I tested it here it giving me an error.
Rejected, see remark in translation
This comment is hidden because it contains spoiler information about the solution
thanks a million.
You did not null-terminate the
masked
at all.This comment is hidden because it contains spoiler information about the solution
(C) it's not a kata issue, but it's true that unescaped
\
and"
can look confusing in the assertion messages; i removed these from the RNGLoading more items...