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: es5/README.md
+1-1
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
-
- Conditional statements such as the `if` statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
575
+
- Conditional statements such as the `if` statement evaluate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules:
0 commit comments