Other Ways to Create Arrays part 1





Creating Arrays
You can also declare an array, tell it the number of elements it will store, and add the elements later.
An array is a special type of object.
An array uses numbers to access its elements, and an object uses names to access its members.
Comments
Post a Comment