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

196
Visualizações
JavaScript recursive setTimeout scope

This is working fine:

let timerId = setTimeout( function tick() {
  this.oneIteration(this.eventsQueue[counter], counter)
  counter++
  if( counter == this.eventsQueue.length ) {
    clearInterval(this.iteartionInterval)
    this.stopBtnClick()
  }
  timerId = setTimeout(tick.bind(this), this.timeoutDelay)
}.bind(this), 100)

My question is, how would it be possible to get rid of various

.bind(this)

making use of a more modern approach with arrow functions. A sample of this code is published here: link to codesandbox

about 4 years ago · Juan Pablo Isaza
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