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

CPU vs GPU Architecture

  CPU vs GPU Architecture CPU (Central Processing Unit) and GPU (Graphics Processing Unit) have distinct architectural differences, optimize...

Best for you