【JS】Beginner9:Arrays

1.Lists of any kind of data

2.Index to retreve an element from the array 0

3.[]

.length;

.pop()/push(' ');=remove/add elements from the end of the array

原文地址:https://www.cnblogs.com/yzhen/p/3660236.html