Fixed typos

This commit is contained in:
Pascal Borreli
2013-11-10 23:27:33 +00:00
parent 9862309820
commit de4979b999

View File

@@ -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