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

130
Visualizações
Is there a way to get the interval using the this method?

So, imagine the following code below:

setInterval(() => {
    var thisInterval = this;
    fn1();
    fn2();
    if(someMouseDownEventDeclaredSomewhereElse){
        clearInterval(thisInterval);
    }
},100);

Is this the correct method for getting the current interval? Say I wanna do so without setting a variable to this loop because I want it to be an unnamed and non-stored interval. In simpler words: Is there a way to get an unnamed interval from within, like with this or something?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You can do something like this;

function f() {
    fn1();
    fn2();
    if(!someMouseDownEventDeclaredSomewhereElse){
        setTimeout(f, 100);
    }
}
setTimeout(f, 100);
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