aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/truthy
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:48 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:48 +0100
commit906182e62d7eb1efba5403b733aae0537dd2a09f (patch)
tree9e6336b9fe84afebde8eefaf2e6481d56d20d689 /files/nl/glossary/truthy
parent004b3c5fc8d71b68fcb019c9e0346bf80024dbbd (diff)
downloadtranslated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.gz
translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.bz2
translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.zip
unslug nl: modify
Diffstat (limited to 'files/nl/glossary/truthy')
-rw-r--r--files/nl/glossary/truthy/index.html3
1 files changed, 2 insertions, 1 deletions
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
---
<p>In {{Glossary("JavaScript")}}, is een <strong>waarachtige </strong>waarde (truthy value) een waarde welke vertaalbaar is naar <code>true</code> 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 <code>false</code>, <code>0</code>, <code>""</code>, <code>null</code>, <code>undefined</code>, and <code>NaN</code>).</p>