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.
This doesn't for current Python version
A hint for other people (like me) that have no idea how to go about it: solutions of this kata use Proxy or Object.defineProperty
hahaha
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I used division operator and tests failed for big numbers. I don't understand why
This one took me a lot of time..
This should be more clear in the description
Please, improve task description. What should be the order of strings in returned array?
The description is too long and after reading it I don't understand how to count the points for string.
I would like to understand how the capturing group works in this example.. I mean split(/([...])/) vs split(/[...]/) I see the effect but I don't understand why the matched part is not removed..