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 06e3a73 commit c889c04Copy full SHA for c889c04
app.js
@@ -35,11 +35,11 @@ setInterval(function(str1, str2) {
35
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
36
else if (ran > 0.25)
37
text = makeid(40)+ ""+makeid(40)
38
- console.log(str1 + "" + str2 + "" + text+ "" +makeid(40));
+ console.log(str1 + "" + str2 + "" + text+ "");
39
//console.log(logs[i])
40
i++
41
if (i == logs.length) i = 0
42
-}, 5000, "Hello.", "How are you?");
+}, 60000, "Hello!", "How are you?");
43
44
function makeid(length) {
45
var text = "";
0 commit comments