0
I do the number and then i want to do +,-,/,* and =. Thanks you
Do plus, minus, equal, multiply and division. https://code.sololearn.com/Wsq1kXc416v4/?ref=app
10 ответов
+ 2
Malick Diagne
It's wrong.
<button input type="button"
There should not be input if you take button.
It would be like this:
<button type="button"
+ 2
Malick Diagne
You called function wrongly in html. You missed paranthesis.
It would be
onclick = "displayplus()"
+ 1
Malick Diagne
You can make calculator like this. No need to make function for every numbers and character.
https://code.sololearn.com/WeAYg7KDYIzi/?ref=app
0
I want to do the plus and the equal sign.
0
And i want to do the equal sign.
0
I want to calculate two or more number.
- 1
هال