We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e167406 commit d0fa561Copy full SHA for d0fa561
app.js
@@ -32,6 +32,7 @@ setInterval(function(str1, str2) {
32
//console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
33
console.log(logs[i])
34
i++
35
+ if (i == logs.length) i = 0
36
}, 1, "Hello.", "How are you?");
37
38
function makeid(length) {
0 commit comments