for(var i=5; i%2==1?i=1:i++ && i<10; i++){ console.log(i); }
How does the value of i increments when i is assigned 1 everytime the fo