Javascript Electronic Calculator - Feedback

Hello,

I got my electonic calculator.
I would like very much if you can give a feedback on my work.

Javascript Calculator

1 Like

Excellent work. I love your design. One minor glitch: The display resizes when I click on “CE”.

style wise calculator looks good … but too many bugs eg allows you to press more than one decimal allows you to press more than one -/*/ + sign .Also allows over flow of numbers . Also for me personally i dont like the use of eval for working out the calculation.

I dont like being critical … and only suggestion i can give would be to look at the sample calc
https://codepen.io/FreeCodeCamp/full/rLJZrA/ and try to get yours to work like that one … or use this
https://forum.freecodecamp.com/t/javascript-calculator-project-with-testable-user-stories-guinea-pigs-needed/58941