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.
(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...