0
frindds help me i have made local calucleter but it's not working
please correct my code https://code.sololearn.com/Wd2ZdO5D4tCu/?ref=app
2 odpowiedzi
+ 3
Check your second value. You are getting first value in second variable.
var num2=document.getElementById("num1").value;
here should be ("num2") instead of ("num1")
+ 1
Thanks 😊😎😊😊😊😎 for correct answer