aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/truthy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/truthy/index.html')
-rw-r--r--files/ru/glossary/truthy/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/glossary/truthy/index.html b/files/ru/glossary/truthy/index.html
index 5d704ac9e3..d6323960ac 100644
--- a/files/ru/glossary/truthy/index.html
+++ b/files/ru/glossary/truthy/index.html
@@ -5,9 +5,9 @@ tags:
- Glossary
- JavaScript
- truthy
- - Словарь
+ - Глоссарий
translation_of: Glossary/Truthy
-original_slug: Словарь/Truthy
+original_slug: Глоссарий/Truthy
---
<p>В {{Glossary("JavaScript")}}, <strong>истинное</strong> значение - это значение, которое считается <code>true</code>, когда встречается в контексте {{Glossary("Boolean")}}. Все значения истинные, если они не определены как {{Glossary("Falsy", "falsy")}} (кроме <code>false</code>, <code>0</code>, <code>-0</code>, <code>0n</code>, <code>""</code>, <code>null</code>, <code>undefined</code>, и <code>NaN</code>).</p>