Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ change
Function
change
Gradient Generator/index.js:49–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
});
48
49
function
change() {
50
console.log(
"Hi"
);
51
console.log(deg.value);
52
if
(deg.value ==
''
) deg.value = 90;
53
changeBackground(deg.value, lColor, rColor);
54
}
55
56
57
Callers
nothing calls this directly
Calls
2
changeBackground
Function · 0.85
log
Method · 0.45
Tested by
no test coverage detected