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

180
Vistas
What is the difference in assigning a processed value directly to a variable and assigning without processing and then processed using && operator

I saw a function that receives a string parameter then performs some operations with it; like this:

const val = this.searchParam && this.searchParam.trim().toLowerCase();

My question is, why don't assign directly the processed string? Like this:

const val = this.searchParam.trim().toLowerCase();

I tried this in JS Bin to see if there's a difference, and the result is the same.

What do they exactly use the && operator?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

In code snippet below, the first log writes undefined, the second throws an error:

searchParam = undefined

console.log(searchParam && searchParam.trim().toLowerCase());
console.log(searchParam.trim().toLowerCase());

Therefore, the result is not the same

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