We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2357472 commit 06e3a73Copy full SHA for 06e3a73
app.js
@@ -39,7 +39,7 @@ setInterval(function(str1, str2) {
39
//console.log(logs[i])
40
i++
41
if (i == logs.length) i = 0
42
-}, 2000, "Hello.", "How are you?");
+}, 5000, "Hello.", "How are you?");
43
44
function makeid(length) {
45
var text = "";
0 commit comments