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
for is a reserved word, the warning should be more helpful and tell the user that 'for' is a reserved word, and not "Expected an operand before 'for', which is an error for missing a left binary operator.
let a = for;
for is a reserved word, the warning should be more helpful and tell the user that 'for' is a reserved word, and not "Expected an operand before 'for', which is an error for missing a left binary operator.