top of page
bottom of page
let interval = 0 const callSwap = setInterval(function() { CallTrk.swap() interval++ if (interval > 60) { clearInterval(callSwap) } }, 1000)