Haz más de una cosa en el inicio de o bucle javascript

// You'll have to do it th hard way:
doSomething();
for(doSomethingElse(); true == false; doAnotherThing()) {
  doYetAnotherThing();
}
1337