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