Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ resetNumbers
Function
resetNumbers
5-digit-counter/script.js:41–46 ·
view source on GitHub ↗
(currentNos, nextNos, end)
Source
from the content-addressed store, hash-verified
39
40
41
function
resetNumbers(currentNos, nextNos, end) {
42
for
(
var
i = 0; i < end; ++i) {
43
currentNos[i].innerText = 0;
44
nextNos[i].innerText = 1;
45
}
46
}
47
48
49
Callers
1
startCounter
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected