Version 0.1.1-6

t2a01-arrays-by-Fer.html

Good reference to Javascript Arrays
To my main page

Arrays are stored numbered variables

Example Array code

            myArray = new Array()
            myArray[0] = 'Fred'
            myArray[1] = 'Mary'

        

Example working Array code

Max Array Entry:
...

You do at least 7 other arrays:


Time for personal examples:
Array for flowers:

...

This is a 2D array:
Select number of loops...