Loading....
== (Loose Equality)
- Compares values only
- Performs type coercion (converts operands to the same type before comparing)
Examples
=== (Strict Equality)
- Compares both value and type
- No type coercion