Ad
  • Default User Avatar

    Not a kata issue: kata passed by 7427 people.

  • Default User Avatar

    in the description, you need to change the condition for exiting the function for JS.
    was: John wants to know ... will be CHEAPER than System A.
    need: John wants to know ... will be CHEAPER OR EQUAL TO System A.

    end change the hint to exit the function like this: ceil(price of System B) <= price of System A.