aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/truthy
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
commit9201e4212c57af09becda69f17c17a3a34f226c2 (patch)
treed914256ec5ee504d15da3a0201318d3ed1e6d0fc /files/vi/glossary/truthy
parent904a5994c87295d84d25f869d5555f35fbce5070 (diff)
downloadtranslated-content-9201e4212c57af09becda69f17c17a3a34f226c2.tar.gz
translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.tar.bz2
translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.zip
unslug vi: modify
Diffstat (limited to 'files/vi/glossary/truthy')
-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>