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 9da3c3d commit c2c52ebCopy full SHA for c2c52eb
js/random_quote.js
@@ -8,6 +8,7 @@ if (seenIDsString == null){
8
seenIDs = Array.from(seenIDsString);
9
}
10
11
+//seenIDs = Array.from(Array(102).keys()) //Uncomment and change the int for testing ids higher than that
12
console.log("Already seen IDs: " + seenIDs);
13
14
var tweet;
0 commit comments