Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Calculator extends History {
break;
}
}

// This is comment
getTotal(cmd) {
try {
var total = eval(this.state.join(""));
Expand Down Expand Up @@ -131,4 +131,4 @@ class Calculator extends History {
}


const StartCalc = new Calculator();
const StartCalc = new Calculator();