We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e0cc commit 923a6b2Copy full SHA for 923a6b2
web/script.js
@@ -8,4 +8,4 @@ async function get_numbers() {
8
document.getElementById('output-info__bin').innerHTML = result_bin;
9
document.getElementById('output-info__oct').innerHTML = result_oct;
10
document.getElementById('output-info__hex').innerHTML = result_hex;
11
-}
+};
0 commit comments