Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devbobinci authored Sep 18, 2021
1 parent 7a7a16c commit a3d8e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const delBtn = document.getElementById("del");

delBtn.addEventListener("click", () => {
display.value = display.value.substring(0, display.value.length - 1);
przecinek = false;
});

dot.addEventListener("click", dotFunction);
Expand Down

0 comments on commit a3d8e3e

Please sign in to comment.