Skip to content

Commit

Permalink
cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushagra J committed Nov 8, 2023
1 parent e7a2fa0 commit 91f12ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let view = document.getElementById('view');
let equal = document.getElementById('equal');
let clear = document.getElementById('clear');
let numbers = document.querySelectorAll('.num');
let operationElements = document.querySelectorAll('.operator'); // Renamed from 'operations'
let operationElements = document.querySelectorAll('.operator');

// Defaults
view.textContent = 0;
Expand Down

0 comments on commit 91f12ec

Please sign in to comment.