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.
Could use some more tags, but otherwise a simple and fun little challenge.
These tests (atleast in python) require the anagrams be returned in the same order as they appear in the original list. The desciption should mention this or the tests should be changed to not care about order.
This comment is hidden because it contains spoiler information about the solution
Anyone had any luck solving the Javascript version of this with ES6 classes? I get an error whenever I try to run it with what I'm pretty sure is a valid class, so I'm curious if it's possible and I'm just making an error or if it doesn't work.