Design comparison
SolutionDesign
Community feedback
- @ChamuMutezvaPosted over 3 years ago
Greetings CodeSmitty You have done well, so far so good. Here are a few bugs that you can have look at:
- I can put as many operators as I like eg (9/+-*/23).
- the minus operator is not allowing to carry on subtracting after the equal sign. The other operators are working fine on this.
- 3.2 * 3 is giving me a long floating number (9.6000000000000001). At the same time the display screen on mobile overflows in this example.
Happy coding
0@CodeSmittyPosted over 3 years ago@ChamuMutezva I will look at those when I get some time. I didn't realize the minus stopped working all together after an equation. I can fix the floating number easy.
The being able to add many operators was done on purpose because itnwas the only way it eould let me pass a free code camp test. It defaults to the last operator entered.
Thank you so much for your feedback!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord