Skip to content

Commit

Permalink
completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishanaaz committed Jul 5, 2023
1 parent bdf6180 commit ce2e387
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ buttons.addEventListener("click",(event)=>{

}
) ;

// const str=display.value;
// const lastChar=str[str.length-1];
// const operator=["+","/","-","*"];
// for(let i=0;i<operator.length;i++){
// if (lastChar===operator[i])
// }

0 comments on commit ce2e387

Please sign in to comment.