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
if (i = 42) // ... will first assign 42 to i and yield the value of i as the condition expression of if statement. And because 42 is nonzero, the condition will be true.