Intervals

suggest change
function waitFunc(){
    console.log("This will be logged every 5 seconds");
}

window.setInterval(waitFunc,5000);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents