Following loop will clear all intervals. // Clear multiple Intervals arr.map((a) => { console.log(a) clearInterval(a); arr = []; }) ...
確定! 回上一頁