Skip to content

Commit 5372079

Browse files
Merge pull request #12 from darcardenasp045/master
Update calc.js
2 parents ad404b3 + 1dfa185 commit 5372079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (item of buttons) {
2828
}
2929

3030
document.addEventListener("keydown", function (event) {
31-
console.log(event.which);
31+
3232
if (event.shiftKey == 57) {
3333
event.key = "(";
3434
} else if (event.shiftKey == 48) {

0 commit comments

Comments
 (0)