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
while is a loop that executes when the condition is true.
It is similar to a for loop but has different syntax.
Δ
while (condition) { code }
Mozilla Developer Network