Skip to content

Commit

Permalink
Принимает исправленную пунктуацию
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina authored Nov 18, 2024
1 parent b730f92 commit 0ef832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/boolean/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const truthy1 = Boolean(true),

То же и с пустыми массивом `[]` и объектом `{}`. Они считаются _truthy_ значениями, поэтому приводятся к `true`.

Также интересен нюанс, что `'0'` превращается в `true`, как и `' '`, потому что это непустая строка.
Другой интересный нюанс: `'0'` превращается в `true`, как и `' '`, потому что это непустая строка.

Обратите внимание на списки [truthy](https://developer.mozilla.org/ru/docs/Словарь/Truthy) и [falsy](https://developer.mozilla.org/ru/docs/Словарь/Falsy) значений в JavaScript.

Expand Down

0 comments on commit 0ef832f

Please sign in to comment.