Zrób więcej niż jedną rzecz na początku lub pętli JavaScript
// You'll have to do it th hard way:
doSomething();
for(doSomethingElse(); true == false; doAnotherThing()) {
doYetAnotherThing();
}
1337