Equality Loose (non-)equality Checks for value equality with implicit coercion (coercion algorithm depends on types) One or both values are coerced (until the two types match) using a complex decision tree Strict (non-)equality Checks for both value and type equality (no coercion) Type Conversion Explicit coercion: controlled way of type conversion Using complex primitive type … Continue reading Javascript Types