Exactly, thank you. So if test solution with basic tests, expected result is shown as I mentioned, thus, solution passed all attempt tests.
The language the OP attempted the kata with is JS.
would you explain why and which language, please?
Basic test for ['Apple'] has incorrect expected result 'Congratulations,a"
.
a little clarity in description, please approve
if all of the names do not follow the rule changed to if any of the names do not follow the rule
if all of the names do not follow the rule
if any of the names do not follow the rule
https://www.codewars.com/kumite/67b5bc2b4165ca5541457565?sel=67b5bc2b4165ca5541457565
Fixed.
Enabled in this fork
It's just short, nothing more.
Actual and expected are swapped in PHP
Great kata don't know why each time we tried to use complicated solution when they're is simplest way just by taking time to think on the process !
This comment is hidden because it contains spoiler information about the solution
for javaScript random tests appears STDERR: assertSimilar is deprecated, use assertDeepEquals; for all tests
C# issue: currently function expects (int[,] input), while actually it should be (string[][] input). For 7kyus this might cause issues.
Ruby 3.0 should be enabled, see this to learn how to do it
Loading collection data...
Exactly, thank you. So if test solution with basic tests, expected result is shown as I mentioned, thus, solution passed all attempt tests.
The language the OP attempted the kata with is JS.
would you explain why and which language, please?
Basic test for ['Apple'] has incorrect expected result 'Congratulations,a"
.
a little clarity in description, please approve
if all of the names do not follow the rule
changed toif any of the names do not follow the rule
https://www.codewars.com/kumite/67b5bc2b4165ca5541457565?sel=67b5bc2b4165ca5541457565
Fixed.
Enabled in this fork
It's just short, nothing more.
Actual and expected are swapped in PHP
Great kata don't know why each time we tried to use complicated solution when they're is simplest way just by taking time to think on the process !
This comment is hidden because it contains spoiler information about the solution
for javaScript random tests appears STDERR:
assertSimilar is deprecated, use assertDeepEquals;
for all tests
C# issue: currently function expects (int[,] input), while actually it should be (string[][] input). For 7kyus this might cause issues.
Ruby 3.0 should be enabled, see this to learn how to do it
Loading more items...