You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that using == in condition statements may lead to unexpected results, as the variables are automatically cast to be of the same type.
The text was updated successfully, but these errors were encountered:
tsolakoua
changed the title
Use of ==/!== instead of ===/!=== to compare true/false or Numbers values in condition.
Fix comparisons for true/false or numbers in conditions
Jan 2, 2023
tsolakoua
changed the title
Fix comparisons for true/false or numbers in conditions
Fix comparisons for true/false or numbers
Jan 2, 2023
The issue is that using
==
in condition statements may lead to unexpected results, as the variables are automatically cast to be of the same type.The text was updated successfully, but these errors were encountered: