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

308
Visualizações
JavaScript: Defining a global variable inside a setTimeout

I am trying to define a global variable c inside a setTimeout function where promise is involved.

I tried the following code based on the answer here. But this did not work!

This code involves asynchronous and I do understand that the function test is non-blocking for console.log(c) and that is why I received an "undefined" outcome. How may I solve this issue?

let k = new Promise((resolve, reject) => {
  if (2 < 4) {
    resolve('you are okay');
  } else {
    reject('You are not okay');
  }
});

var c;

function test() {
  setTimeout(() => {
    c = k.then(x => console.log(x,"x in then"));
     console.log(c,"in setTimeout")
  }, 2000);
}

test();

console.log(c,"outside");

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