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.
You're correct. Please, however, use a
spoiler
tag when sharing code that could lead people to the solution.use the spoiler flag if discussing code / methods. i have added the flag to your comment
explain why it works)
Can someone clarify something for me?
I did the exact same solution, but wrapped in a if-else statement to verify the true and false returns.
but will the return always be true or false? So no need to wrap in if-else?
Thanks
Very nice and clean. I got very close with my attempt. Cheers from Brazil
Nice
Thank you! :)
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
Agree, need more tests
Indeed. Please add test cases and a more detailed description. Are you actually passing in multiple arrays or a single array? Where is the function parameter? How do we handle duplicate names?
Needs test cases