i Have a small script that need to change window.setInterval(function(){ value }, 1000); from text box and button.
window.setInterval(function(){
}, 1000);
i tried this code that is wor