Hacker News new | ask | show | jobs
by codingdave 782 days ago
Nice, but I wrote one 10x as fast:

window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 60);

/s