MCPcopy 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
49function 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

changeBackgroundFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected