0

Calculator

My buttons are not working of the calculator when I press the buttons https://sololearn.com/compiler-playground/WG2rV3Q95aSC/?ref=app

16th Oct 2025, 5:06 PM
Syed Hunain Ali
Syed Hunain Ali - avatar
1 Antwort
+ 1
Did you write this ode by yourself?? Line 6 of JS: "element" is not defined. It iterator is "buttons" according to line 4. Line 19 of JS: There is no html element with that id? JS can only access the html elements once the DOM is fully loaded. You can, for instance, wrap all your JS in window.onload = () => { ... }
16th Oct 2025, 5:21 PM
Lisa
Lisa - avatar