Ad
  • Default User Avatar

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

  • Default User Avatar

    Thanks for the link and the info.

  • Default User Avatar

    Minor issue, but...

    In the example input there should not be commas after the points values:

    {
    name: John,
    points: 100, <--- HERE
    }

    In the example output there should not be commas after the position values:

    {
    name: John,
    points: 100,
    position 1, <--- HERE
    }