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 7746733 commit 0220deaCopy full SHA for 0220dea
app.js
@@ -27,7 +27,7 @@ setInterval(function(str1, str2) {
27
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
28
else if (ran > 0.25)
29
text = makeid(40)+ ""+makeid(40)
30
- console.log(str1 + "" + str2 + "" + tex t+ "" +makeid(40) + "args2" + process.argv);
+ console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
31
}, 1, "Hello.", "How are you?");
32
33
function makeid(length) {
0 commit comments