JS scal 2 deklaracje indeksu dla pętli

// merges 2 index declarations

for (var i = 0, j = 50; i <= 50; i++, j--) {
  //...
}
shahul