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
The calculator application is currently facing two issues:
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.
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
Open the calculator application.
Input a number or mathematical expression.
Observe that the input is not displayed on the calculator screen.
Perform calculations and check for any unexpected behavior or errors.
Expected Behavior
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.
The text was updated successfully, but these errors were encountered:
Issue Description
Problem
The calculator application is currently facing two issues:
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.
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
Expected Behavior
Additional Information
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.
The text was updated successfully, but these errors were encountered: