Ad
  • Custom User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

    Since the problem doesn't enumerate the types of ingredients allowed, one of the tests should have a recipe with an ingredient not in the example (such as { carrots: 5 }) to test that the function can handle any types of ingredients in the recipe.

  • Custom User Avatar

    Description says to returns the sum of "the two lowest positive numbers", but the random tests expect 0 to be included, though 0 is not a positive number. Either the tests or the description should be updated.