Skip to content

Commit 5f5c2ea

Browse files
Update calc.html
1 parent bbd12bb commit 5f5c2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<br>
1919
<input type="number" id="es" value=30>/30<br>
2020
<br>
21-
<input type="button" value="Calculate">
21+
<input type="button" value="Calculate" onclick=clickss()>
2222
<br>
2323
Output<br>
2424
<input type="number" id="out">/90<br>

0 commit comments

Comments
 (0)