MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / changeSpeed

Function changeSpeed

assets/js/bubbleSort.js:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16function changeSpeed() {
17 var factor = document.getElementById("speed").value;
18 delay2 = factor*100;
19 genArray();
20}
21
22function change(d, h, c) {
23 setTimeout(function () {

Callers

nothing calls this directly

Calls 1

genArrayFunction · 0.85

Tested by

no test coverage detected