aboutsummaryrefslogtreecommitdiff
path: root/files/vi/tu-dien-thuat-ngu/array/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:56 +0100
commit904a5994c87295d84d25f869d5555f35fbce5070 (patch)
treea8535dfa32d2180186965a0bb66931b4830c5d73 /files/vi/tu-dien-thuat-ngu/array/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-904a5994c87295d84d25f869d5555f35fbce5070.tar.gz
translated-content-904a5994c87295d84d25f869d5555f35fbce5070.tar.bz2
translated-content-904a5994c87295d84d25f869d5555f35fbce5070.zip
unslug vi: move
Diffstat (limited to 'files/vi/tu-dien-thuat-ngu/array/index.html')
-rw-r--r--files/vi/tu-dien-thuat-ngu/array/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/vi/tu-dien-thuat-ngu/array/index.html b/files/vi/tu-dien-thuat-ngu/array/index.html
deleted file mode 100644
index d701cf9623..0000000000
--- a/files/vi/tu-dien-thuat-ngu/array/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Array
-slug: Tu-dien-thuat-ngu/array
-translation_of: Glossary/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>