mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
test
This commit is contained in:
parent
55a182d9e2
commit
23da5f4c94
@ -7,8 +7,8 @@
|
|||||||
const num2 = document.getElementById("input2");
|
const num2 = document.getElementById("input2");
|
||||||
const num1 = document.getElementById("input1");
|
const num1 = document.getElementById("input1");
|
||||||
|
|
||||||
percentage(num1, num2)
|
//percentage(num1, num2)
|
||||||
document.getElementById("output").value = percentage(num1, num2)
|
document.getElementById("output").value = percentage(num1, num2);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user