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.
Javascript Test Case:
Test.assertSimilar(dirReduc(["NORTH", "WEST", "SOUTH", "EAST"]), ["NORTH", "WEST", "SOUTH", "EAST"])
These directions should reduce to
[]
, but it wants me to not do anything to it. This is surely an issue, unless I'm understanding the problem incorrectly.Is this supposed to happen?
Your warrior should now be LV 3 - Expected: 4, instead got: 3
Because if my warrior should be level 3, then it shouldn't have to be level 4 right?