JavaScript Statement: do … while
[this page | pdf | back links]
In JavaScript,
the do … while statement executes
a block of statements, then repeats the block while the condition remains true.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Reserved Words