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.
Overriding the prototype is definitely not a good practice.
But other than that, this code is simple and that is a good thing.
Sure, it won't be optimal for running anagramm checks for millions of items, but that was not a requirement. Usually if something has to handle big data you know either because it is obvious from the context, or you are told that.
In this case premature optimization would only made the code more complex and thus harder to read and understand. And that can be bad.
This comment is hidden because it contains spoiler information about the solution
It is best practice because people voted for it. Always, not, but very often top best practice voted solution are not good practice at all... Take it easy, and vote for the real best practice according to you ;)