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 a7008e7 commit 216972aCopy full SHA for 216972a
sum-of-power-digits/index.html
@@ -6,7 +6,7 @@
6
<body>
7
<h1>Sum of Power of Digits Calculator</h1>
8
<input type="number" id="numberInput" />
9
- Power: <input type="number" step="1" id="powerInput" />
+ Power: <input type="number" min="1" step="1" id="powerInput" />
10
<select id="option">
11
<!--mode to calculate sum-->
12
<option value="sumOfDigits" selected>Sum of Digits</option>
0 commit comments