Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Draxox authored Oct 26, 2022
1 parent 7df088c commit 9421cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var num="";var n="";var input="+"; var lastinput="+";
var result=0; var store=0;
document.querySelector("#displaypanel").addEventListener("click",function() {
document.querySelector("#displaypanel").innerHTML = "Hello Everyone!";
document.querySelector("#displaypanel").innerHTML = "0";
num=""; input="+"; lastinput="+";
result=0; store=0;n="";
})
Expand Down

1 comment on commit 9421cf5

@vercel
Copy link

@vercel vercel bot commented on 9421cf5 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.