MCPcopy Index your code
hub / github.com/WebDevSimplified/wordle-clone / startInteraction

Function startInteraction

script.js:15305–15308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15303startInteraction()
15304
15305function startInteraction() {
15306 document.addEventListener("click", handleMouseClick)
15307 document.addEventListener("keydown", handleKeyPress)
15308}
15309
15310function stopInteraction() {
15311 document.removeEventListener("click", handleMouseClick)

Callers 2

script.jsFile · 0.85
flipTileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected