Add clairfication on NaN (#21032)

(am I doing this right?)
This commit is contained in:
zweifish
2018-10-29 13:59:02 -04:00
committed by Paul Gamble
parent 11ded8a6ba
commit 4225f20c91

View File

@ -19,7 +19,7 @@ There are only a few values that will be coerced to false:
- false (not really coerced as it already is false) - false (not really coerced as it already is false)
- null - null
- undefined - undefined
- NaN - NaN (stands for "Not a number")
- 0 - 0
- '' or "" (empty string) - '' or "" (empty string)