freeCodeCamp / demo-projects

Example certification projects for our programming curriculum
https://www.freecodecamp.org/learn
BSD 3-Clause "New" or "Revised" License
142 stars 89 forks source link

fix: issue with cash register input check, replace ">" with ">=" #595

Closed Auxdible closed 6 months ago

Auxdible commented 6 months ago

Checklist:

Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/54423

When 141.77 was entered as the cash input, "Status: INSUFFICIENT_FUNDS" would be outputted. This is now fixed image