Design comparison
SolutionDesign
Solution retrospective
what do you think?
Community feedback
- @ChamuMutezvaPosted over 2 years ago
Greetings JOHANGLY.
So far so good. Here is some few observations.
- most of the calculations are working as expected. Well done.
- limit the number of digits the calculator can take, I can enter as many digits that I want.
- I can enter a number as
0.97.........87..6.43
, in other words you calculator should have logic that can allow only one decimal point. - try the following calculation
0.2 + 0.1
- the themes in my opinion are better handled by a group of radio buttons. When you need to have only one selection from a group, use radio buttons.
- the use of
var
, is something that is being restricted these days. Look at const and let. - let styles reside in your css, and add them with javascript using
classList
Marked as helpful1@johanglyPosted over 2 years ago@ChamuMutezva Oh, Thank you so much, i'll fix it.
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