Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
function
getOutput() {
14
return
getElementById(
"output-value"
).textContent;
15
}
16
17
function
printOutput(num) {
18
getElementById(
"output-value"
).textContent =
Callers
1
script.js
File · 0.85
Calls
1
getElementById
Function · 0.85
Tested by
no test coverage detected