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.
To be frank, it's rather bold to assume that your code is the only correct one and that the other 200+ coders who have passed this kata are wrong. And, while I generally prefer not to bring up rank as a heuristic justification, many of those who've passed are higher-rank coders on this platform while you're a 5kyu with less than 50 katas under your belt (most of which are white and yellow katas), a fact which would cast doubt on your claim.
This is not meant as a jab to diminish your competence as a coder. Oftentimes mistakes occur because some detail in the Description may not have been read or interpreted correctly, or a user makes an assumption about the rules that was never implicitly or explicitly stated (e.g. integers are mentioned and they assume only positive integers are involved).
It seems you've spent a considerable amount of effort working on this kata. Whether or not you pass it, hopefully you gain something positive from it (even if not the honor points).
Ok, marking issue as resolved then.
screenshot? (the output panel)
Is this issue valid? Looks like others are successfully completing this kata (albeit after some considerable effort).
I found the bad input by logging to the console input data to populate, move and constructor (NaN, boolean, string, out of bounds)
looks like so, since it's the user's only language.
Just for clarification, this issue is with the JavaScript translation?
That's not cheating, that's just tests are badly written. Kata author/translator's fault.
This comment is hidden because it contains spoiler information about the solution