do more than one thing at start of or loop javascript code example
Example: do more than one thing at start of or loop javascript
// You'll have to do it th hard way:
doSomething();
for(doSomethingElse(); true == false; doAnotherThing()) {
doYetAnotherThing();
}