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.
the input should be boolean(false, true), "lol" is not a boolean.
No problem. Glad you enjoy the Kata :)
That's correct. The password could contains a quote
Yes, but it doesn't matter. Your regex should validate whether a certain charClass exist, along with their minimum amount. The rest of the password can be anything.
Think of it like a common password requirement. They may require your password to contains digits and uppercase letters. But that doesn't mean your password should only contain digits and uppercase letters.
I just re-checked the random test and you're right, they almost always overlap. Turned out there was a bug in the charClass generator.
The bug has been fixed, now they should never overlap. Thanks for catching that!