Faites plus d'une chose au début ou en boucle JavaScript

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