Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ resetGame
Function
resetGame
assets/js/click_shape_JS.js:97–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
function
resetGame(){
98
clearTimeout(playArea.timer);
99
inPlay = false;
100
button.style.display =
'block'
;
101
}
102
103
showMessage(
'Click Start to Begin!'
);
104
Callers
1
hit
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected