SyntaxFix
Write A Post
Hire A Developer
Questions
var counter = 15; var interval = setTimeout(function(){ // your interval code here window.counter = dynamicValue; interval(); }, counter);