Now with 2 times the speed!

This commit is contained in:
Tyler Hallada 2018-07-04 19:26:55 -04:00
parent 0feaf568e9
commit 68260d03d5

View File

@ -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)
}