MCPcopy Create free account
hub / github.com/codemistic/Web-Development / reset

Function reset

Music App/index.js:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81function reset(){
82 curr_time.textContent = "00:00";
83 total_duration.textContent = "00:30";
84 seek_slider.value = 0;
85}
86function randomTrack(){
87 isRandom ? pauseRandom() : playRandom();
88}

Callers 1

loadTrackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected