Now with 2 times the speed!
This commit is contained in:
parent
0feaf568e9
commit
68260d03d5
@ -49,6 +49,6 @@ window.onload = function () {
|
||||
charArray[genRandomInt(0, charArray.length - 1)] = genRandomText(1);
|
||||
textElem.innerHTML = charArray.join("");
|
||||
}
|
||||
shiftArrayToRight(charArray, 1);
|
||||
shiftArrayToRight(charArray, 2);
|
||||
}, 25)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user