We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e8b21 commit 1628430Copy full SHA for 1628430
index.html
@@ -6,4 +6,5 @@ <h1>Sum of Digits Calculator</h1>
6
<input type="number" id="numberInput">
7
<button onclick="calculateSumOfDigits()">Calculate</button>
8
Sum of Digits: <p id="result"></p>
9
+ <script src="app.js"></script>
10
</body>
0 commit comments