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.
This seems silly to me. My code works just fine when I run it. When I run it against the tests, I get the following:
Changed temp 3 times, expected this.getArchive to return 3 items. Got 2
This is after adding JSON.stringify to the result of getArchive. If I don't use JSON.stringify, it complains that it expected 3 items, but got 0.
console, though, when executing there, returns all 3 objects just fine
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution