Jakub Škrabánek 2 months ago
parent
commit
ae38b3d5c4
  1. 1
      19_calc/js/calculator.js

1
19_calc/js/calculator.js

@ -22,7 +22,6 @@ decimal.addEventListener("click", () => {
} }
}) })
operators.forEach(op => { operators.forEach(op => {
op.addEventListener("click", () => { op.addEventListener("click", () => {
if(currentInput !== "") { if(currentInput !== "") {

Loading…
Cancel
Save