function loopDoWhileReverse2() { var i=iter-1; do { // do something here } while (i--); }