aboutsummaryrefslogtreecommitdiff
path: root/files/nl/glossary/array/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/glossary/array/index.html')
-rw-r--r--files/nl/glossary/array/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/nl/glossary/array/index.html b/files/nl/glossary/array/index.html
deleted file mode 100644
index f0feac84ca..0000000000
--- a/files/nl/glossary/array/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Array
-slug: Glossary/array
-translation_of: Glossary/array
----
-<p>Een <em>array</em> is een geordende collectie van data ({{Glossary("primitive", "primitieve")}} of {{Glossary("object")}}). Elk data object van de array heeft een numerieke index gebaseerd op de positie in de array. Deze index kan gebruikt worden om de corresponderende {{glossary("value", "waarde")}} op te vragen. In {{glossary("JavaScript")}} zijn {{jsxref("array")}}s objecten die gemanipuleerd kunnen worden door middel van verschillende {{Glossary("Method", "methoden")}}.</p>
-
-<h2 id="Leer_meer">Leer meer</h2>
-
-<h3 id="Algemene_kennis">Algemene kennis</h3>
-
-<ul>
- <li>{{Interwiki("wikipedia", " Array data structure ", "Array")}} op Wikipedia</li>
-</ul>
-
-<h3 id="Technische_referentie">Technische referentie</h3>
-
-<ul>
- <li>Javascript {{jsxref("Array")}} op MDN</li>
-</ul>
-
-<p> </p>