Sar-taj107 / Basic-Calculator

A simple and basic user-friendly calculator for arithmetic calculations. all are welcome to explore and contribute into this repo makes it more efficient & dynamic .Your expertise can enhance our knowledge base! Contribute and join us in celebrating Hacktoberfest! 🎉🎉
https://sar-taj107.github.io/Basic-Calculator/
MIT License
4 stars 9 forks source link

Add: function that validates calculator input #8

Closed JairTorres1003 closed 11 months ago

JairTorres1003 commented 11 months ago

Hello @Sar-taj107,

I would like to contribute with the following changes that I consider necessary

The functionality is added to validate entries in the calculator, this in order to avoid entering invalid characters

and removed a code snippet that was duplicate: was pointing to the same class when pressing the backspace button, this was because it was deleting 2 characters instead of 1