diff --git a/README.md b/README.md index bbd8fbb1..4c00b069 100644 --- a/README.md +++ b/README.md @@ -1047,7 +1047,7 @@ ## Comparison Operators & Equality - [15.1](#15.1) Use `===` and `!==` over `==` and `!=`. - - [15.2](#15.2) Conditional statements such as the `if` statement evaulate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules: + - [15.2](#15.2) Conditional statements such as the `if` statement evaluate their expression using coercion with the `ToBoolean` abstract method and always follow these simple rules: + **Objects** evaluate to **true** + **Undefined** evaluates to **false**