aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/block/scripting/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/glossary/block/scripting/index.html')
-rw-r--r--files/nl/glossary/block/scripting/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/files/nl/glossary/block/scripting/index.html b/files/nl/glossary/block/scripting/index.html
deleted file mode 100644
index b6f23e453a..0000000000
--- a/files/nl/glossary/block/scripting/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Block (scripting)
-slug: Glossary/Block/Scripting
-translation_of: Glossary/Block/Scripting
----
-<p>In {{glossary("JavaScript")}} is een block een verzameling van gerelateerde {{glossary("statement","statements")}} ingesloten in accolades ("{}"). U kan  bijvoorbeeld een block met instructies zetten na een {{jsxref("Statements/if...else","if (condition)")}} block, om aan te geven dat de interpreter de code in het block moet uitvoeren als de voorwaarde waar is, of dat het hele block moet overgeslagen worden als de woorwaarde onwaar is.</p>
-
-<h2 id="Meer_informatie">Meer informatie</h2>
-
-<h3 id="Leer_erover">Leer erover</h3>
-
-<ul>
- <li><a href="https://developer.mozilla.org/nl-BE/docs/Web/JavaScript/Reference/Statements/block">JavaScript block statement</a></li>
-</ul>
-
-<p> </p>