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 only supports numbers up to 3000
Note that
x == o
already returns a boolean expression, you don't need anif
statement to explicitly returntrue
orfalse
I think the TLDR explains that pretty well. It says that the keywords may be found anywhere within either of the fields
I'll have a look and approve
Ah thank you, good catch. Making the changes now.
This comment is hidden because it contains spoiler information about the solution
Yes thank you. That was luckily only for the example test and not the actual tests run.
Erm..
No match, should return original string - Expected: H}[[() Y()u H#ppy K#+# S()[v}r, instead got: "H}[[() Y()u H#ppy K#+# S()[v}r"
I'm returning the original string in that case..