MCPcopy Create free account
hub / github.com/codemistic/Web-Development / gotClicked

Function gotClicked

Drum kit Challenge/index.js:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9function gotClicked() {
10 var drumInnerHTML = this.innerHTML;
11 makeSound(drumInnerHTML);
12 buttonAnimation(drumInnerHTML);
13}
14
15//Detecting key press
16

Callers

nothing calls this directly

Calls 2

makeSoundFunction · 0.70
buttonAnimationFunction · 0.70

Tested by

no test coverage detected