You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makeChocolate(1, 2, 7) → 2
In this case, where small + big*5 > goal is true but the number of small bars is not great enough to reach the goal, it should give -1 but is not.
The text was updated successfully, but these errors were encountered:
codingjs/src/data/logicSolutions.js
Lines 402 to 404 in b4dc583
makeChocolate(1, 2, 7) → 2
In this case, where small + big*5 > goal is true but the number of small bars is not great enough to reach the goal, it should give -1 but is not.
The text was updated successfully, but these errors were encountered: