MCPcopy 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
24function startOver(){
25 seq=[];
26 count = 0;
27 clicks = 0;
28 level = 0;
29 $("h1").text("Press any color to start the game");
30}
31
32function LetsPlay(evt){
33

Callers 1

LetsPlayFunction · 0.85

Calls 2

$Function · 0.50
textMethod · 0.45

Tested by

no test coverage detected