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.
Оh, thanx!
And everything is fine in the TS version.
JS tests:
toArray("-2_2")
Expected: '[-1, 0, 1, 2]', instead got: '[-2, -1, 0, 1, 2]'
toArray("1,3,5,7,9")
Expected: '[3, 5, 7, 9]', instead got: '[1, 3, 5, 7, 9]'
why?
fail on [805893,705208,546600,605112] - should be 1
fail on [ 805893, 705208, 546600, 605112, 803203, 957105, 457221 ] - should be 1
fail on [ 805893, 705208, 546600, 605112, 803203, 957105, 457221, 452018 ] - should be 1