You are reading a single comment by @user49129 and its replies. Click here to read the full conversation.
  • If a js code breaks from a for loop as follows, the loop index i should not be changed!

    for(var i=0; i<10; i++) if(i==3)break; console.log(i)

About

Avatar for user49129 @user49129 started