E570 Merge pull request #252 from fvanderwielen/patch-1 · T4R-Technology/javascript@fa64b97 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa64b97

Browse files
committed
Merge pull request airbnb#252 from fvanderwielen/patch-1
Fixes airbnb#251 - Rename Conditional Expressions section
2 parents b3e83dc + 3eef511 commit fa64b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1. [Properties](#properties)
1616
1. [Variables](#variables)
1717
1. [Hoisting](#hoisting)
18-
1. [Conditional Expressions & Equality](#conditional-expressions--equality)
18+
1. [Comparison Operators & Equality](#comparison-operators--equality)
1919
1. [Blocks](#blocks)
2020
1. [Comments](#comments)
2121
1. [Whitespace](#whitespace)
@@ -563,10 +563,10 @@
563563
564564
565565
566-
## Conditional Expressions & Equality
566+
## Comparison Operators & Equality
567567
568568
- Use `===` and `!==` over `==` and `!=`.
569-
- Conditional expressions are evaluated using coercion with the `ToBoolean` method and always follow these simple rules:
569+
- Comparison operators are evaluated using coercion with the `ToBoolean` method and always follow these simple rules:
570570
571571
+ **Objects** evaluate to **true**
572572
+ **Undefined** evaluates to **false**

0 commit comments

Comments
 (0)
0