How to check every two minute in javascript Function Using set Interval

 

setInterval(function(){
alert("Kindly save your details to avoid data lose");
}, 2000);

No comments:

Post a Comment

starter ASP.NET Core Web API project with example

Starter ASP.NET Core Web API project that follows all the best practices listed above. 🛠️ Starter Project Overview We’ll build a Produc...

Best for you