Skip to content

Commit c2c52eb

Browse files
committed
add easy-to-use item range limiter for testing
1 parent 9da3c3d commit c2c52eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/random_quote.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if (seenIDsString == null){
88
seenIDs = Array.from(seenIDsString);
99
}
1010

11+
//seenIDs = Array.from(Array(102).keys()) //Uncomment and change the int for testing ids higher than that
1112
console.log("Already seen IDs: " + seenIDs);
1213

1314
var tweet;

0 commit comments

Comments
 (0)