MCPcopy Create free account
hub / github.com/HasmikSarg/CalcOldVersion / getOutput

Function getOutput

JS/script.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13function getOutput() {
14 return getElementById("output-value").textContent;
15}
16
17function printOutput(num) {
18 getElementById("output-value").textContent =

Callers 1

script.jsFile · 0.85

Calls 1

getElementByIdFunction · 0.85

Tested by

no test coverage detected