aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/truthy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/glossary/truthy/index.html')
-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>