Play Bingo here: https://aaronrs2002.github.io/bingo/
Github: https://github.com/aaronrs2002/bingo
The setInterval() method, offered on the Window and WorkerGlobalScope interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
This method returns an interval ID which uniquely identifies the interval, so you can remove it later by calling clearInterval().