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

Function getElementById

JS/script.js:2–2  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1// Utility function to get element by ID
2const getElementById = (id) => document.getElementById(id);
3
4// Functions for handling history and output
5function getHistory() {

Callers 4

getHistoryFunction · 0.85
printHistoryFunction · 0.85
getOutputFunction · 0.85
printOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected