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.
github.com/aloisdg/awesome-regex
Nice one! where can I learn about this kinds regex
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This returns true with a bad pw of input "fjd3IR9.;"
Will incorrectly approve it.
This comment is hidden because it contains spoiler information about the solution
You just need to remember the concept, not actual giberish of metacaracters :D. I got from this (use positive lookaheads) with stuff you need to check on. DONE.
Ah thank you! I see my mistake now =D
If the actual object field was called
name
you could use eitherobj['name']
orobj.name
. However,name
is a variable that represents some other value in this case.Can someone please explain why
obj[name]
works here, butobj.name
does not?I thought an object could use either syntax.
This comment is hidden because it contains spoiler information about the solution
Thanks, for pointing this out. Typo.
It's tagged mudolo; I think you meant modulo.
The sample test case uses expect which returns tests for a boolean, which should pass most things (I'm not sure if this is a conscious design choice, forcing the user to look up and make their own tests).
Otherwise, a good kata, and should be brought out of beta
Loading more items...