We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ddb36 commit 4295803Copy full SHA for 4295803
README.md
@@ -1059,7 +1059,7 @@
1059
## Comparison Operators & Equality
1060
1061
- Use `===` and `!==` over `==` and `!=`.
1062
- - Comparison operators are evaluated in conditional statements using coercion with the `ToBoolean` method and always follow these simple rules:
+ - Comparison operators are evaluated in `if` statements using coercion with the `ToBoolean` method and always follow these simple rules:
1063
1064
+ **Objects** evaluate to **true**
1065
+ **Undefined** evaluates to **false**
0 commit comments