You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i = -1; // -1 not 0 because i++ increment the value when it i =0 pass and become i = 1; then 2 ; and so on . so, if i is -1 then it comes like 0 , 1 , 2 and so on;