If you are familiar with PHP you will have come across the for loop at some point. When learning JavaScript it is important to remember that it also has the ability to do the equivalent of the PHP forloop.
The following snippet shows the creation of an array of things that can't be referenced by a normal for loop due to the odd numbering of the keys.