mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Fixed typos
This commit is contained in:
@@ -564,7 +564,7 @@
|
||||
+ **Undefined** evaluates to **false**
|
||||
+ **Null** evaluates to **false**
|
||||
+ **Booleans** evaluate to **the value of the boolean**
|
||||
+ **Numbers** evalute to **false** if **+0, -0, or NaN**, otherwise **true**
|
||||
+ **Numbers** evaluate to **false** if **+0, -0, or NaN**, otherwise **true**
|
||||
+ **Strings** evaluate to **false** if an empty string `''`, otherwise **true**
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user