MCPcopy Create free account
hub / github.com/codrops/ShapesSlideshow / updateCurrent

Method updateCurrent

src/js/navigation.js:12–14  ·  view source on GitHub ↗
(position)

Source from the content-addressed store, hash-verified

10 }
11 // updates the current value
12 updateCurrent(position) {
13 this.DOM.current.innerHTML = position < 10 ? `0${position+1}` : position;
14 }
15}

Callers 4

index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected