Hiprup
JavaScript

What is the difference between == and === in JavaScript?

== (loose equality) compares values with type coercion.

Loading question...
What is the difference between == and === in JavaScript? | Hiprup