refactor the printed message into assertion message
one of the assertions in sample test missing([5, 0, 3], "I love you") was change to missing([0, 3, 5], "I love you") to match what's being tested in actual tests (both return the same result string anyways)
(JS) Push and unshift methods do not work when toLowerCase used in any part of code. In browser console code work fine
done
I've sent you a PM on Discord.
To update a few more? Yeah, I might do that :)
Would you mind taking a look at this list: https://github.com/codewars/content-issues/wiki/List-of-PHP-Kata-to-Update ?
Fixed the order of arguments for the PHP tests here
Approved!
Python fork
missing([5, 0, 3], "I love you")
was change tomissing([0, 3, 5], "I love you")
to match what's being tested in actual tests (both return the same result string anyways)Nice kyu.
C#: method name should be
PascalCase
(Please refer to implementation of backward compatibility here )Added random tests for JS
Fixed
Updated python's test framework
No random tests in JS
Node 18 (
mocha + chai
) should be enabled (Refer this and this for more info)Loading more items...