From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/vi/tu-dien-thuat-ngu/array/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/vi/tu-dien-thuat-ngu/array/index.html (limited to 'files/vi/tu-dien-thuat-ngu/array') diff --git a/files/vi/tu-dien-thuat-ngu/array/index.html b/files/vi/tu-dien-thuat-ngu/array/index.html new file mode 100644 index 0000000000..d701cf9623 --- /dev/null +++ b/files/vi/tu-dien-thuat-ngu/array/index.html @@ -0,0 +1,22 @@ +--- +title: Array +slug: Tu-dien-thuat-ngu/array +translation_of: Glossary/array +--- +

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")}}.)

+ +

Xem thêm

+ +

Hiểu biết chung

+ + + +

Tài liệu chuyên môn

+ + + +

 

-- cgit v1.2.3-54-g00ecf