Open McNickMaster opened 6 years ago
e.
setInterval(function(){ alert("e"); }, 10);
setInterval(() => window.alert('e'), 10);
e.