Usage of setInterval in JS
Used to execute the specified code periodically, accepting two parameters: a function and a time interval (in milliseconds). If you want to know more about the usage of setInterval in JS, you can read the following article.