MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / app.js

File app.js

Calculator/app.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Calculator {
2 constructor(calcElement, resultElement){
3 this.calcElement = calcElement;
4 this.resultElement = resultElement;

Callers

nothing calls this directly

Calls 6

appendNumberMethod · 0.80
updateDisplayMethod · 0.80
chooseOperationMethod · 0.80
computeMethod · 0.80
clearMethod · 0.80
deleteMethod · 0.80

Tested by

no test coverage detected