let url = () => { window.location = 'https://www.apnacollege.in/notes'; console.log(url); } setInterval(url, 5000);Copy