Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
Calculator {
2
constructor(calcElement, resultElement){
3
this.calcElement = calcElement;
4
this.resultElement = resultElement;
Callers
nothing calls this directly
Calls
6
appendNumber
Method · 0.80
updateDisplay
Method · 0.80
chooseOperation
Method · 0.80
compute
Method · 0.80
clear
Method · 0.80
delete
Method · 0.80
Tested by
no test coverage detected