aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/array
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/vi/glossary/array
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/vi/glossary/array')
-rw-r--r--files/vi/glossary/array/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/files/vi/glossary/array/index.html b/files/vi/glossary/array/index.html
deleted file mode 100644
index ff005daae5..0000000000
--- a/files/vi/glossary/array/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Array
-slug: Glossary/array
-translation_of: Glossary/array
-original_slug: Tu-dien-thuat-ngu/array
----
-<p>Một array (mảng) là một tập hợp sắp xếp các dữ liệu {{Glossary("primitive")}} hoặc {{Glossary("object")}}. Dựa vào các vị trí của nó trong array, mỗi item (phần tử trong mảng) dữ liệu có một số index (chỉ mục, thứ tự vị trí của các phần tử, bắt đầu từ vị trí đầu tiên có giá trị là 0), thông qua index này mà bạn có thể truy cập tới các {{glossary("giá trị")}} ({{glossary("value")}}) chứa trong mảng. {{jsxref("array")}} cũng là các đối tượng, mà nó có thể được dùng bởi nhiều phương thức khác nhau. ({{jsxref("array")}}s are also objects that can be manipulated with various {{Glossary("Method", "methods")}}.)</p>
-
-<h2 id="Xem_thêm">Xem thêm</h2>
-
-<h3 id="Hiểu_biết_chung">Hiểu biết chung</h3>
-
-<ul>
- <li>{{Interwiki("wikipedia", "Array data structure", "Array")}} tại Wikipedia</li>
-</ul>
-
-<h3 id="Tài_liệu_chuyên_môn">Tài liệu chuyên môn</h3>
-
-<ul>
- <li>Javascript {{jsxref("Array")}} tại MDN</li>
-</ul>
-
-<p> </p>