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

Class

Calculator/app.js:1–1  ·  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

no outgoing calls

Tested by

no test coverage detected