Design comparison
Solution retrospective
Please take a look at my code and send me your feedback.
Community feedback
- @skyv26Posted over 2 years ago
Hi! Ahmed,
I hope you are well and good. I am working on this project. I am randomly checking developer's work, whom I am following, to get inspiration and you are one of them.
Well I am not here to give feedback intentionally but, I would like to introduce an error in your work. I find that
when I keep on pressing 9 like until I display 999,999,999,999,999
as if I one more click button 9 then it converts to 10,000,000,000,000,000 (<---- This)
If I move on enter a large number, then after a certain point (when display filled with number) then your data overflow from display.
I know you are talented and have enough experience of web development and you will update your code once you will have free time.
With Regards Aakash Verma
0@MikDra1Posted 3 months ago@skyv26
This behaviour is caused by JS. There is max value that can be a number in JS and bigger then that numbers aren't well calculated.
Hope you found this comment helpful 💗💗💗
Good job and keep going 😁😊😉
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