This is a 'while' loop using a variable equal to 1, with a ++ increment
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
A while loop running through an array until all array items displayed!
Key: 0 Value: apple
Key: 1 Value: pear
Key: 2 Value: custard
Index HTML