aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/truthy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/vi/glossary/truthy/index.html')
-rw-r--r--files/vi/glossary/truthy/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/vi/glossary/truthy/index.html b/files/vi/glossary/truthy/index.html
index e9b5b23291..db73ea562d 100644
--- a/files/vi/glossary/truthy/index.html
+++ b/files/vi/glossary/truthy/index.html
@@ -1,7 +1,8 @@
---
title: Truthy
-slug: Tu-dien-thuat-ngu/Truthy
+slug: Glossary/Truthy
translation_of: Glossary/Truthy
+original_slug: Tu-dien-thuat-ngu/Truthy
---
<p>Trong {{Glossary("JavaScript")}}, <strong>truthy</strong> là giá trị được hiểu là <code>true</code> trong ngữ cảnh {{Glossary("Boolean")}}. Tất cả mọi giá trị đều là truthy, trừ phi chúng được định nghĩa là {{Glossary("Falsy", "falsy")}} (tức là, ngoại trừ <code>false</code>, <code>0</code>, <code>""</code>, <code>null</code>, <code>undefined</code>, và <code>NaN</code>).</p>