Ad
  • Custom User Avatar

    Should probably include more manual tests for varying scenarios:

    e.g:

    When it is impossible to figure out the entire current hand, solution could be padded with '?' or undefined values.

    Also the current manual test case should be split up into separate tests:

    it("should return empty list on empty input", ...);

    and so on.

  • Custom User Avatar

    CoffeeScript version doesn't support spread operator due to old language version