fonction svelte à l'intervalle

setInterval(function(){alert("Hello")},3000);
Jittery Jackal