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

Function showBox

assets/js/click_shape_JS.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14function showBox(){
15 playArea.timer = setTimeout(myBox, random(4000));
16}
17
18function myBox(){
19 //create a shape element

Callers 1

click_shape_JS.jsFile · 0.70

Calls 1

randomFunction · 0.70

Tested by

no test coverage detected