Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ startOver
Function
startOver
Simon Game/index.js:24–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
function
startOver(){
25
seq=[];
26
count = 0;
27
clicks = 0;
28
level = 0;
29
$(
"h1"
).text(
"Press any color to start the game"
);
30
}
31
32
function
LetsPlay(evt){
33
Callers
1
LetsPlay
Function · 0.85
Calls
2
$
Function · 0.50
text
Method · 0.45
Tested by
no test coverage detected