Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Error of calculator when enter only one number with operator to get output #469

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SAGARSINGH-1
Copy link

@SAGARSINGH-1 SAGARSINGH-1 commented Sep 26, 2023

Fix: #472

Checklist:

This pull request addresses an issue in the calculator application where invalid input expressions could lead to unexpected errors. It includes improvements to input validation and error handling to provide a better user experience.

Fix: #49038
@SAGARSINGH-1 SAGARSINGH-1 changed the title Update index.jsx Fix: Error of calculator when enter only one number with operator to get output Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Example JavaScript Calculator accepts invalid input.
1 participant