MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / leftSlider

Function leftSlider

Border-Radius/app.js:12–20  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

10
11
12function leftSlider(event){
13 //go furthur only if id is left
14 if (event.target.id !== `left`) return;
15
16 //when #left is checked
17 if(event.target.checked){
18 ranger(leftElem);
19 }
20}
21
22function ranger(){
23 let rangerValue = rangerElem.value;

Callers

nothing calls this directly

Calls 1

rangerFunction · 0.85

Tested by

no test coverage detected