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

458
Vistas
JavaScript async/await makes 'undefined'

I have a problem with a JavaScript function that it has async await. I create this with the goal of learning asynchrony.

   // function that just solve an addition
function addition(num1, num2){        
    let sum = num1 + num2
    return sum
    }

    // I treat this function as an api
function num(value=3){
    setTimeout( function (){
        let num = value;
        return num
    }, 3000)
}

    // I put an async/await for waiting the response of 'num' function
const Exercise = async() => {
    const num2 = await num(2)
    console.log(addition(3,num2))
}
    
Exercise()

The num() function has a behaviour as an API what I've to wait it response, but when I run all of this code the first response is 'undefined' and then 'NaN'. I don't understand why.

Do you know what I'm doing wrong? Thanks a lot!

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