diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
| commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
| tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/nl/glossary/array | |
| parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
| download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip | |
remove retired locales (#699)
Diffstat (limited to 'files/nl/glossary/array')
| -rw-r--r-- | files/nl/glossary/array/index.html | 22 |
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> |
