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

163
Vistas
The difference between operators == and === in JavaScript

Everyone who come across comparison of objects in JavaScript struggle a lot with this topic because this syntax(===) is not represented in any other popular languages. They only have == and that’s it.

The problem is that I can’t really understand the difference between === and == and the purpose of it. We don’t have anything like that in any other popular languages like python, Java or C++.

I would like to clearly understand the pros and cons of using === in my code if you have any useful articles or other pieces of information please share.

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

0

Basically, the only real difference is that === includes the type in the comparison; whereas == is just the value.

"6" == 6

Would be true, while:

"6" === 6

Would be false

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