File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 )
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**
You can’t perform that action at this time.
0 commit comments