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

109
Vistas
Why does this function still works if the variable isn't inside the if and else?

Considering the input 0 in let p = Number, I don't understand how this code still works if p = 1 is outside the if and else of the countdown and count up.

function count() {
  let i = Number
  let f = Number
  let p = Number
  if (p <= 0) {
    window.alert('Impossible to count if 0. Considering 1.')
    p = 1
  }
  if (i < f) {
    // Count up
    for (let c = i; c <= f; c += p) {}
  } else {
    // Count down
    for (let c = i; c >= f; c -= p) {}
  }
}
}

Why is it not necessary to create another for for if (p <=0)?

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