Ad
  • Default User Avatar

    Good Kata, nice work! I think updating the Node version would be a good idea. The JS sort method has been stable since 2019 and that should be reflected in the Kata.

  • Custom User Avatar

    the second argument has no utility => either make use of it (but then you have to specify the rules), or just remove it.

  • Custom User Avatar

    duplicate (see messages below)

  • Custom User Avatar

    Please sort your list the following way: Most Points, Sum of Goals, Alphabetically

    [..., ['Canada', 17, 38], ['Germany', 17, 34]]
    should equal
    [..., ['Germany', 17, 34], ['Canada', 17, 38]]
    
  • Custom User Avatar

    It is impossible to debug the solution with such huge inputs.

  • Custom User Avatar

    In basic tests cases, add a case for more htan three equal sales values