osbo.com | Jesus | Bible | HTML | CSS | JavaScript | Flash | Unity | Xcode | Other
Overview
Array
Comments
Date
Enable
Functions
getElementById
innerHTML
Conditional Statements
if
else
else if
switch
Dialog Boxes
alert
confirm
prompt
Loops
for
for in
for each in
while
do while
for is a loop that executes when the condition is true.
It is similar to a while loop but has different syntax.
Δ
for (variable; condition; increment) { code }
Mozilla Developer Network