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.
Kata not published yet!
Ah darn! Thank you so much for the informative and clarifying response.
Because there are still open issues in the kata, and the kata is currently in draft state meaning that only the author can re-publish it to beta. Author is inactive since 2019, so there's really tiny chance this kata getting to beta, let alone be approved.
Why hasn't this kata been published?
Clearly the definition of anagram already covers this aspect, so closing...
I just passed with a solution that shouldn't have, taking the set of each word, e.g. it would count "hello" and "helllllllo" as anagrams. You'd probably want to test for that.
Sorting wasn't always stable in javascript and this kata only has Node v8 enabled.
Would you kindly publish the kata? I cannot submit my solution
This comment is hidden because it contains spoiler information about the solution
Retired.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/175.
Please join the discussion to help us identify duplicate kata and retire them.
Test suite has nested
it
, what causes confusing test output (red arrows for passing tests).It's not specified that 0 is expected when
endYear < initYear
.Loading more items...