We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac0fa9 commit 33ac4fcCopy full SHA for 33ac4fc
index.js
@@ -96,7 +96,7 @@ btns.forEach((btn) => {
96
}
97
function zeroDivedByZero(display, outcome) {
98
Number.isNaN(outcome)
99
- ? (display.innerText = "Invalid format: You cannot divided by zero" )
+ ? (display.innerText = "0÷0 is an nvalid format press AC" )
100
: (display.innerText = outcome)
101
102
function displayResult(array, outcome) {
0 commit comments