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.
As of 2024 ~~ 10 years later, your solution passes the kata, closing ! ^^
wow iam join the group who understood this terse kata :D
Nope, you've misread the instructions.
What about:
Sort the array on the basis of yymm, and break the ties by name.
(In any case, this is question)
Hi,
i would like to get clarification on this testcase
test.assert_equals(sort_me(['aeb-1305', 'site-1305', 'play-1215', 'web-1304', 'site-1304', 'beb-1305']), ["play-1215", "site-1304", "web-1304", "aeb-1305", "beb-1305", "site-1305"])
This kata tells us to sort by yymm and after on name length then the output should be like this
["play-1215", "site-1304", "web-1304", "site-1305", "aeb-1305", "beb-1305"]
No good description, no test cases
There are no tests...
Same here :|
Got this error:
TypeError: Converting circular structure to JSON at Object.stringify
I passed the first test. This error occured at the second one.
There are absolutely no numbers in my code and also no number literals.
What do I do wrong