Pattern: Use of loose equal operator
Issue: -
Disallows using loose ==
and !=
comparison operators. Use ===
and !==
instead, they are much more secure and predictable.
Pattern: Use of loose equal operator
Issue: -
Disallows using loose ==
and !=
comparison operators. Use ===
and !==
instead, they are much more secure and predictable.