Ad
  • Custom User Avatar

    The example in the description is badly formatted.

  • Default User Avatar

    Hello,

    From the challenge description it is not clear in what data format is the expected output meant to be in

    On that basis, I would be very grateful if the challenge author could please advise and/or re-write the challenge so that it is clear to other users

  • Custom User Avatar

    The tests should use assertDeepEquals instead of assertSimilar. And the whole suite should be rewritten to use chai instead of the old test framework.

  • Custom User Avatar

    I found the nitpicky-ness of the float points tough to manage w/ JS rounding, but I worked it out using a replace. Consider accepting 120.0g instead of 120g, or clarifying in instructions (removed as issue and re-posted as comment!)