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.
python new test framework
.
These two examples have been added to the fixed tests.
four year old comment from when I was pretty new to coding ;)
Tests are inconsistent across languages.
JS has tests like
fakecodwars.com => false
orcodwars.comp => false
that do not show up in python, for example.Updated to Node v12
JS: Node v12 should be used along with its appropiate assertion tools (Mocha + Chai).
Refer to this and this
It means your regex isn't precise enough.
It's 6 Kyu if you know Regex.
Ruby 3.0 should be enabled.
This is not a valid URL.
This is a good kata but it's a 5kyu not a 6, I know that can't be changed though, just giving my opinion. Also it would be nice if the sample tests shown are actually the real basic tests, or, the test outputs include the inputs. Makes debugging easier.
Added that test case. Good catch!
This comment is hidden because it contains spoiler information about the solution
Confused by this.
Had to incorporate that exact URL into regex to pass.
Loading more items...