MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / showMessage

Function showMessage

assets/js/click_shape_JS.js:10–12  ·  view source on GitHub ↗
(notification)

Source from the content-addressed store, hash-verified

8let count = 0;
9
10function showMessage(notification){
11 message.innerHTML = `<h3>${notification}</h3>`;
12}
13
14function showBox(){
15 playArea.timer = setTimeout(myBox, random(4000));

Callers 2

hitFunction · 0.70
click_shape_JS.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected