Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AyushSaini00/60minuteJavaScript
/ constructor
Method
constructor
Calculator/app.js:2–6 ·
view source on GitHub ↗
(calcElement, resultElement)
Source
from the content-addressed store, hash-verified
1
class
Calculator {
2
constructor(calcElement, resultElement){
3
this.calcElement = calcElement;
4
this.resultElement = resultElement;
5
this.clear();
6
}
7
8
clear(){
9
this.currentOperant =
''
;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected