We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8fd55 commit c1ffad6Copy full SHA for c1ffad6
index.css
@@ -49,6 +49,8 @@ body {
49
display: flex;
50
flex-direction: column;
51
visibility: hidden;
52
+ padding-left: 10px;
53
+ padding-top: 10px;
54
}
55
56
.computation-history.visility {
index.js
@@ -213,12 +213,6 @@ function userClicksOnEqualButton(button) {
213
214
215
216
-
217
218
219
220
221
222
displayResult(replacedArray, result);
223
screen.innerText = !Number.isFinite(result) ? "You cannot divide by zero. Press AC" : result;
224
// divideByZero(screen, result);
0 commit comments