Open
Conversation
…nd js folder storing style.css and main.js files
…an operand and be able to perform calculations. Another minor fix still in progress
… when users click on same operator twice, divide by zero, and press the decimal button multiple times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I completed the challenge: 5
I feel good about my code: 5
I'm not sure if I did it using OOP best practices, but it does what it needs to. After I created the HTML and CSS to replicate the calculator in the image, I struggled to get started with JavaScript. I will be honest and say that I asked ChatGPT to guide me in the right direction without providing the code. It helped me learn about callback functions, functions within objects, and how to listen for and handle the click event. I'm not sure if there are any edge cases where my calculator won't work. If the user needs to reset the entry, they must click the Escape button on their keyboard.