Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

270
Vistas
Assign value to variable when ajax call finish

I'm developing an Angular WebApp and I would like to assign the value coming from an AJAX call to a variable. Actually, I tried many different solutions without good results.

let a = testFunction();

testFunction(){
let b;
$.ajax({...}).done(function(e) { b = e + 1  });
return b
}

console.log("The value of 'a' plus the value coming from the AJAX call is: " + a)

Let's suppose e=3, I would like to have this kind of result in the console:

The value of 'a' plus the value coming from the AJAX call is: 4

I know it could be quite confusing but I hope you can help me.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda