From 9201e4212c57af09becda69f17c17a3a34f226c2 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:51:56 +0100 Subject: unslug vi: modify --- files/vi/glossary/truthy/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/vi/glossary/truthy') 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 ---

Trong {{Glossary("JavaScript")}}, truthy là giá trị được hiểu là true 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ừ false, 0, "", null, undefined, và NaN).

-- cgit v1.2.3-54-g00ecf