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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1059,7 +1059,7 @@
1059
1059
## Comparison Operators & Equality
1060
1060
1061
1061
- Use `===` and `!==` over `==` and `!=`.
1062
-
- Comparison operators are evaluated in`if`statements using coercion with the `ToBoolean` method and always follow these simple rules:
1062
+
- Conditional statements such as the`if`statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
Copy file name to clipboardExpand all lines: es5/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -572,7 +572,7 @@
572
572
## Comparison Operators & Equality
573
573
574
574
- Use `===` and `!==` over `==` and `!=`.
575
-
- Comparison operators are evaluated using coercion with the `ToBoolean` method and always follow these simple rules:
575
+
- Conditional statements such as the `if` statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
0 commit comments