Avatar for user49129

user49129

Member since Oct 2014 • Last active Oct 2014
  • 0 conversations
  • 1 comments

Most recent activity

  • in JavaScript
    Avatar for user49129

    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)

Actions