mukul0596 / frontend-101

0 stars 0 forks source link

B6 review #17

Open mukul0596 opened 5 years ago

kunal-mohta commented 5 years ago

Make it a habit to indent your code properly, like here and here. Other than that, this works fine.

kunal-mohta commented 5 years ago

Also, please don't re-declare variables - here Instead declare var i once outside the if block and then do the assignments.