3.4 Declaring Arrays

Declare arrays using one of the following methods:

To extend an array, use the following convention:

arr[ arr.length ] = anotherValue