Using the setInterval method, you can call the function in a loop at a specified interval until the clearInterval method cancels the loop
When using the clearInterval method to cancel a loop, the call to the setInterval method must be assigned to a variable, and then the clearInterval method refers to the variable.