aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary/array
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
commit9201e4212c57af09becda69f17c17a3a34f226c2 (patch)
treed914256ec5ee504d15da3a0201318d3ed1e6d0fc /files/vi/glossary/array
parent904a5994c87295d84d25f869d5555f35fbce5070 (diff)
downloadtranslated-content-9201e4212c57af09becda69f17c17a3a34f226c2.tar.gz
translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.tar.bz2
translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.zip
unslug vi: modify
Diffstat (limited to 'files/vi/glossary/array')
-rw-r--r--files/vi/glossary/array/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/vi/glossary/array/index.html b/files/vi/glossary/array/index.html
index d701cf9623..ff005daae5 100644
--- a/files/vi/glossary/array/index.html
+++ b/files/vi/glossary/array/index.html
@@ -1,7 +1,8 @@
---
title: Array
-slug: Tu-dien-thuat-ngu/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>