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 description is just ambiguous...
Khabi lame vibes here lol
This comment is hidden because it contains spoiler information about the solution
you can directly return
$words1 == $words2
and it would work just fine:return $words1 == $words2
My code works just fine except for one really annoying exception:
Failed asserting that 'InvalidArgumentException' is thrown... this is just so annoying knowing 100% that i did throw an instance of 'InvalidArgumentException' in my code...
why would you add a
<br>
?instead of writing a callback in
array_map
, you could just write'min'
and it should work perfectlyindeed! thank you for pointing out this issue!
checkout this solution, it should work with the case you specified!
https://www.codewars.com/kata/reviews/57cb045535ef62f92d0000f1/groups/6124fff7363c66000153b454
thank you again!
that's hilarious lol
why would you add numbers to sort it? just use indexes :/
what a spaghetti...
same problem
you could use
range('a', 'z')
instead of writing each individual letter :)you could use
range('a', 'z')
instead of writing each individual letter :)@FArekkusu i think not yet... still needs more fixation...
Loading more items...