Ad
  • Custom User Avatar

    the test code intended to print out failure messages but was written in an incorrect way that used to "work" but now doesn't (specifically there were console.log's after assertions - but a failed assertion raises an exception and thus exits early and skips code after it)

    the tests have been updated, they'll now tell you what they don't like.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution