Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

186
Visualizações
Wick editor alert function with interval continuing after stopped

When running my wick editor project with a interval based timer system it will continue to call alerts even when the project has been paused. (This will not continue forever for me but will last a while) I'm curious if the is a bug with wick editor or something else. This is the code I used for the timer

    let inter = setInterval(interV,1000);
    function interV(){
        alert("This code will run every second.");
    }
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You should clear the interval Like this:

clearInterval(inter);

Or for executing onece, just use setTimeout:

setTimeout(interV, 1000);
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda