| ★ wanayoo — archive 1999 http://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Statements/do...while | Nouvelle recherche | Portail wanayoo |
Creates a loop that executes a specified statement until the test condition evaluates to false. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.
| Statement | |
| Implemented in: | JavaScript 1.2, NES 3.0 |
| ECMA Version: | ECMA-262, Edition 3 |
statement { ... }) to group those statements.
condition condition evaluates to true, the statement is re-executed. When condition evaluates to false, control passes to the statement following the do...while.
Page last modified 15:07, 10 Oct 2007 by Mgjbot