We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afb8bd commit 2d620ceCopy full SHA for 2d620ce
script.js
@@ -6,7 +6,7 @@ calculator.dataset.calculateProcess = "out";
6
keys.forEach((key) => {
7
key.addEventListener("click", () => {
8
if (
9
- display.value === "Invalid input" ||
+ display.value === "Divided By Zero" ||
10
display.value === "Overflow" ||
11
display.value === "Approached Zero"
12
) {
0 commit comments