From 906182e62d7eb1efba5403b733aae0537dd2a09f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:48 +0100 Subject: unslug nl: modify --- files/nl/glossary/truthy/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/nl/glossary/truthy/index.html') diff --git a/files/nl/glossary/truthy/index.html b/files/nl/glossary/truthy/index.html index a99021a002..b27c843353 100644 --- a/files/nl/glossary/truthy/index.html +++ b/files/nl/glossary/truthy/index.html @@ -1,7 +1,8 @@ --- title: Waarachtig ("Truthy") -slug: Glossary/Waarachtig +slug: Glossary/Truthy translation_of: Glossary/Truthy +original_slug: Glossary/Waarachtig ---

In {{Glossary("JavaScript")}}, is een waarachtige waarde (truthy value) een waarde welke vertaalbaar is naar true wanneer deze geevalueerd wordt in een  {{Glossary("Boolean")}} context. Alle waarden zijn waarachtig, tenzij deze worden gedefinieerd als foutief  {{Glossary("Falsy", "falsy")}} (bijv., met uitzondering van false, 0, "", null, undefined, and NaN).

-- cgit v1.2.3-54-g00ecf