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

There is bug in Calculator repo , user input cannot show in calculator display #1

Open
dipak-kumawat opened this issue Jan 22, 2024 · 0 comments

Comments

@dipak-kumawat
Copy link
Owner

Issue Description

Problem

The calculator application is currently facing two issues:

  1. User Input Not Displaying:
    When users input numbers or mathematical expressions, the input is not being displayed on the calculator screen. This makes it challenging for users to verify their inputs and calculations.

  2. JavaScript Error:
    There is a JavaScript error occurring, causing unexpected behavior in the calculator. A detailed investigation is needed to identify and resolve the root cause of the error.

Steps to Reproduce

  1. Open the calculator application.
  2. Input a number or mathematical expression.
  3. Observe that the input is not displayed on the calculator screen.
  4. Perform calculations and check for any unexpected behavior or errors.

Expected Behavior

Screenshot 2024-01-16 080537

  • User input should be displayed on the calculator screen in real-time.
  • The calculator should perform calculations without any JavaScript errors.

Additional Information

  • Environment: there no need for environmental
  • Codebase: []
  • Screenshots/Console Errors:
    function appendToDispalay(input){
    display.value += input;
    }

Possible Solution

You can change in javascript code and run the calculator

Related Issues

there is only one issues in calculator

Note: Please make sure to test the proposed solution thoroughly before submitting a pull request.

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

No branches or pull requests

1 participant