Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ Counter.js
File
Counter.js
Counter/Counter.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
$increase = $(
'#increase'
);
2
var
$decrease = $(
'#decrease'
);
3
var
$reset = $(
'#reset'
);
4
var
$number = $(
'#number'
);
Callers
nothing calls this directly
Calls
3
getRandomColor
Function · 0.70
$
Function · 0.50
text
Method · 0.45
Tested by
no test coverage detected