diff --git a/guide/english/javascript/booleans/index.md b/guide/english/javascript/booleans/index.md index c97889f2be..de6cf8936f 100644 --- a/guide/english/javascript/booleans/index.md +++ b/guide/english/javascript/booleans/index.md @@ -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) - null - undefined -- NaN +- NaN (stands for "Not a number") - 0 - '' or "" (empty string)